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

Commit ca167c87 authored by Dave Gerlach's avatar Dave Gerlach Committed by Tony Lindgren
Browse files

ARM: dts: am4372: Update operating-points-v2 table for cpu



The operatings-points-v2 table for am4372 was merged before any user of
it was present in the kernel and before the binding had been finalized.
The new ti-cpufreq driver and binding expects the platform specific
properties to be part of the operating-points-v2 table rather than the
cpu node so let's move them there as the only user is the ti-cpufreq
driver.

Signed-off-by: default avatarDave Gerlach <d-gerlach@ti.com>
eviewed-by: default avatarLukasz Majewski <lukma@denx.de>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent bc4b1736
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -50,15 +50,14 @@
			clock-names = "cpu";

			operating-points-v2 = <&cpu0_opp_table>;
			ti,syscon-efuse = <&scm_conf 0x610 0x3f 0>;
			ti,syscon-rev = <&scm_conf 0x600>;

			clock-latency = <300000>; /* From omap-cpufreq driver */
		};
	};

	cpu0_opp_table: opp_table0 {
		compatible = "operating-points-v2";
	cpu0_opp_table: opp-table {
		compatible = "operating-points-v2-ti-cpu";
		syscon = <&scm_conf>;

		opp50@300000000 {
			opp-hz = /bits/ 64 <300000000>;