]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: imx6sll: fixup of operating points
authorAndreas Kemnade <andreas@kemnade.info>
Fri, 24 Sep 2021 09:14:37 +0000 (11:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Aug 2023 12:23:30 +0000 (14:23 +0200)
[ Upstream commit 1875903019ea6e32e6e544c1631b119e4fd60b20 ]

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>
Stable-dep-of: ee70b908f77a ("ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node")
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/imx6sll.dtsi

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