Commit 4e28626d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

ARM: dts: renesas: Group tuples in operating-points properties

To improve human readability and enable automatic validation, the tuples
in the "operating-points" properties of CPU nodes should be grouped.

Fix this by grouping the tuples of these properties using angle brackets
in the DTS files for all Renesas SoCs that don't already do so.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20191231141642.31609-1-geert+renesas@glider.be
parent 516f6894
...@@ -157,11 +157,8 @@ vdd_dvfs: regulator@1b { ...@@ -157,11 +157,8 @@ vdd_dvfs: regulator@1b {
&cpu0 { &cpu0 {
cpu0-supply = <&vdd_dvfs>; cpu0-supply = <&vdd_dvfs>;
operating-points = < operating-points = <1950000 1115000>, /* kHz uV */
/* kHz uV */ <1462500 995000>;
1950000 1115000
1462500 995000
>;
voltage-tolerance = <1>; /* 1% */ voltage-tolerance = <1>; /* 1% */
}; };
......
...@@ -25,12 +25,9 @@ aliases { ...@@ -25,12 +25,9 @@ aliases {
cpus { cpus {
cpu@0 { cpu@0 {
cpu0-supply = <&vdd_dvfs>; cpu0-supply = <&vdd_dvfs>;
operating-points = < operating-points = <1196000 1315000>, /* kHz uV */
/* kHz uV */ < 598000 1175000>,
1196000 1315000 < 398667 1065000>;
598000 1175000
398667 1065000
>;
voltage-tolerance = <1>; /* 1% */ voltage-tolerance = <1>; /* 1% */
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment