Skip to content

Commit

Permalink
ARM: tegra: Add CPU regulator to the Jetson TK1 device tree
Browse files Browse the repository at this point in the history
Specify the CPU voltage regulator for the cpufreq driver.

Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com>
Signed-off-by: Mikko Perttunen <mikko.perttunen@kapsi.fi>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Mikko Perttunen authored and Thierry Reding committed Aug 21, 2015
1 parent 0de088c commit ee9f106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/tegra124-jetson-tk1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1739,6 +1739,12 @@
};
};

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

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

Expand Down

0 comments on commit ee9f106

Please sign in to comment.