[PATCH v4 15/16] ARM: tegra: Add CPU regulator to the Jetson TK1 device tree

From: Tuomas Tynkkynen
Date: Wed Aug 20 2014 - 17:06:05 EST


Add the CPU voltage regulator for the cpufreq driver.

Signed-off-by: Tuomas Tynkkynen <ttynkkynen@xxxxxxxxxx>
---
v3: New patch
---
arch/arm/boot/dts/tegra124-jetson-tk1.dts | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
index 04134da..5250be5 100644
--- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
@@ -1890,3 +1890,7 @@
};
};
};
+
+&cpu0 {
+ vdd-cpu-supply = <&vdd_cpu>;
+};
--
1.8.1.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/