OSDN Git Service

ARM: dts: imx6sl: fixup of operating points
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 24 Sep 2021 09:14:36 +0000 (11:14 +0200)
committerShawn Guo <shawnguo@kernel.org>
Tue, 5 Oct 2021 05:45:29 +0000 (13:45 +0800)
Make operating point definitions comply with binding
specifications.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl.dtsi

index 997b96c..c7d907c 100644 (file)
                        device_type = "cpu";
                        reg = <0x0>;
                        next-level-cache = <&L2>;
-                       operating-points = <
+                       operating-points =
                                /* kHz    uV */
-                               996000  1275000
-                               792000  1175000
-                               396000  975000
-                       >;
-                       fsl,soc-operating-points = <
+                               <996000  1275000>,
+                               <792000  1175000>,
+                               <396000  975000>;
+                       fsl,soc-operating-points =
                                /* ARM kHz      SOC-PU uV */
-                               996000          1225000
-                               792000          1175000
-                               396000          1175000
-                       >;
+                               <996000         1225000>,
+                               <792000         1175000>,
+                               <396000         1175000>;
                        clock-latency = <61036>; /* two CLK32 periods */
                        #cooling-cells = <2>;
                        clocks = <&clks IMX6SL_CLK_ARM>, <&clks IMX6SL_CLK_PLL2_PFD2>,