ARM: dts: renesas: Group tuples in operating-points properties
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 31 Dec 2019 14:16:42 +0000 (15:16 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 10 Feb 2020 12:45:58 +0000 (13:45 +0100)
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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Link: https://lore.kernel.org/r/20191231141642.31609-1-geert+renesas@glider.be
arch/arm/boot/dts/r8a73a4-ape6evm.dts
arch/arm/boot/dts/sh73a0-kzm9g.dts

index a5351ddbf50604dc95a07f99c41dff0605d309c9..b088e8e351d547fc3b67164e925a3e602a4d749e 100644 (file)
 
 &cpu0 {
        cpu0-supply = <&vdd_dvfs>;
-       operating-points = <
-               /* kHz  uV */
-               1950000 1115000
-               1462500  995000
-       >;
+       operating-points = <1950000 1115000>,   /* kHz  uV */
+                          <1462500  995000>;
        voltage-tolerance = <1>; /* 1% */
 };
 
index 1916f31a30ff23e00849d9a5cd23e2ccf1dc6104..5a8d92a061df7bf8e4b2b650c377cc576ddbf5ab 100644 (file)
        cpus {
                cpu@0 {
                        cpu0-supply = <&vdd_dvfs>;
-                       operating-points = <
-                               /* kHz  uV */
-                               1196000 1315000
-                                598000 1175000
-                                398667 1065000
-                       >;
+                       operating-points = <1196000 1315000>,   /* kHz  uV */
+                                          < 598000 1175000>,
+                                          < 398667 1065000>;
                        voltage-tolerance = <1>; /* 1% */
                };
        };