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

Commit ee9f106f authored by Mikko Perttunen's avatar Mikko Perttunen Committed by Thierry Reding
Browse files

ARM: tegra: Add CPU regulator to the Jetson TK1 device tree



Specify the CPU voltage regulator for the cpufreq driver.

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 0de088cc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1739,6 +1739,12 @@
		};
	};

	cpus {
		cpu@0 {
			vdd-cpu-supply = <&vdd_cpu>;
		};
	};

	gpio-keys {
		compatible = "gpio-keys";