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

Commit 0de088cc authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen Committed by Thierry Reding
Browse files

ARM: tegra: Add entries for cpufreq on Tegra124



The Tegra124 cpufreq driver relies on certain clocks being present
in the /cpus/cpu@0 node.

Signed-off-by: default avatarTuomas Tynkkynen <ttynkkynen@nvidia.com>
Signed-off-by: default avatarMikko Perttunen <mikko.perttunen@kapsi.fi>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9be1e477
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -947,6 +947,15 @@
			device_type = "cpu";
			device_type = "cpu";
			compatible = "arm,cortex-a15";
			compatible = "arm,cortex-a15";
			reg = <0>;
			reg = <0>;

			clocks = <&tegra_car TEGRA124_CLK_CCLK_G>,
				 <&tegra_car TEGRA124_CLK_CCLK_LP>,
				 <&tegra_car TEGRA124_CLK_PLL_X>,
				 <&tegra_car TEGRA124_CLK_PLL_P>,
				 <&dfll>;
			clock-names = "cpu_g", "cpu_lp", "pll_x", "pll_p", "dfll";
			/* FIXME: what's the actual transition time? */
			clock-latency = <300000>;
		};
		};


		cpu@1 {
		cpu@1 {