Commit 01d36b46 authored by Andreas Kemnade's avatar Andreas Kemnade Committed by sanglipeng
Browse files

ARM: dts: imx6sll: fixup of operating points

stable inclusion
from stable-v5.10.190
commit 14f2e2ac731b61895d3e335cc23ee0c192ec429f
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I928UI

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=14f2e2ac731b61895d3e335cc23ee0c192ec429f



--------------------------------

[ Upstream commit 18759030 ]

Make operating point definitions comply with binding
specifications.

Signed-off-by: default avatarAndreas Kemnade <andreas@kemnade.info>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Stable-dep-of: ee70b908 ("ARM: dts: nxp/imx6sll: fix wrong property name in usbphy node")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarsanglipeng <sanglipeng1@jd.com>
parent cd435066
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -51,20 +51,18 @@
			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>,