Skip to content

Commit

Permalink
ARM: tegra: Enable CPUFreq support for Tegra124 Chromebooks
Browse files Browse the repository at this point in the history
Add the device-tree DFLL clock node and CPU regulator phandle for
Tegra124 Chromebooks to enable CPUFreq support on these boards.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Jon Hunter authored and Thierry Reding committed Sep 15, 2015
1 parent 6ff33f3 commit 9a0baee
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion arch/arm/boot/dts/tegra124-nyan.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
vin-ldo9-10-supply = <&vdd_5v0_sys>;
vin-ldo11-supply = <&vdd_3v3_run>;

sd0 {
vdd_cpu: sd0 {
regulator-name = "+VDD_CPU_AP";
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1350000>;
Expand Down Expand Up @@ -397,6 +397,13 @@
non-removable;
};

/* CPU DFLL clock */
clock@0,70110000 {
status = "okay";
vdd-cpu-supply = <&vdd_cpu>;
nvidia,i2c-fs-rate = <400000>;
};

ahub@0,70300000 {
i2s@0,70301100 {
status = "okay";
Expand Down Expand Up @@ -487,6 +494,12 @@
};
};

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

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

Expand Down

0 comments on commit 9a0baee

Please sign in to comment.