Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 667023a2 authored by Alexander Stein's avatar Alexander Stein Committed by Greg Kroah-Hartman
Browse files

ARM: dts: imx6ul: change operating-points to uint32-matrix



[ Upstream commit edb67843983bbdf61b4c8c3c50618003d38bb4ae ]

operating-points is a uint32-matrix as per opp-v1.yaml. Change it
accordingly. While at it, change fsl,soc-operating-points as well,
although there is no bindings file (yet). But they should have the same
format. Fixes the dt_binding_check warning:
cpu@0: operating-points:0: [696000, 1275000, 528000, 1175000, 396000,
1025000, 198000, 950000] is too long
cpu@0: operating-points:0: Additional items are not allowed (528000,
1175000, 396000, 1025000, 198000, 950000 were unexpected)

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent a6e62036
Loading
Loading
Loading
Loading
+10 −12
Original line number Diff line number Diff line
@@ -62,20 +62,18 @@
			clock-frequency = <696000000>;
			clock-latency = <61036>; /* two CLK32 periods */
			#cooling-cells = <2>;
			operating-points = <
			operating-points =
				/* kHz	uV */
				696000	1275000
				528000	1175000
				396000	1025000
				198000	950000
			>;
			fsl,soc-operating-points = <
				<696000	1275000>,
				<528000	1175000>,
				<396000	1025000>,
				<198000	950000>;
			fsl,soc-operating-points =
				/* KHz	uV */
				696000	1275000
				528000	1175000
				396000	1175000
				198000	1175000
			>;
				<696000	1275000>,
				<528000	1175000>,
				<396000	1175000>,
				<198000	1175000>;
			clocks = <&clks IMX6UL_CLK_ARM>,
				 <&clks IMX6UL_CLK_PLL2_BUS>,
				 <&clks IMX6UL_CLK_PLL2_PFD2>,