ARM: dts: rockchip: add more angle brackets to operating-points property on rk3066a
authorJohan Jonker <jbx6244@gmail.com>
Sat, 28 Aug 2021 09:12:33 +0000 (11:12 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 20 Sep 2021 13:22:44 +0000 (15:22 +0200)
After the conversion to YAML of the Operating Performance Points(OPP)
binding the operating-points property expects values in
a uint32-matrix with 2 items, so fix the notifications by adding
angle brackets.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/opp/opp-v1.yaml

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210828091233.19992-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a.dtsi

index ae4055428c5e1133f3fafaa4717286c00d8c78b4..cc701a4e046df2526fad7744f51803f53dfdb801 100644 (file)
                        compatible = "arm,cortex-a9";
                        next-level-cache = <&L2>;
                        reg = <0x0>;
-                       operating-points = <
+                       operating-points =
                                /* kHz    uV */
-                               1416000 1300000
-                               1200000 1175000
-                               1008000 1125000
-                               816000  1125000
-                               600000  1100000
-                               504000  1100000
-                               312000  1075000
-                       >;
+                               <1416000 1300000>,
+                               <1200000 1175000>,
+                               <1008000 1125000>,
+                               <816000  1125000>,
+                               <600000  1100000>,
+                               <504000  1100000>,
+                               <312000  1075000>;
                        clock-latency = <40000>;
                        clocks = <&cru ARMCLK>;
                };