aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTuomas Tynkkynen <ttynkkynen@nvidia.com>2015-05-13 10:58:45 -0400
committerThierry Reding <treding@nvidia.com>2015-08-21 12:44:24 -0400
commit9be1e477c31437907d0db4fa72d7c2920dfdeec8 (patch)
tree30ce424b4532837993093e0fa0b8614665976789
parentbf9d026775796bec30895cab080baf37b70bc3b3 (diff)
ARM: tegra: Enable the DFLL on the Jetson TK1
Add the board-specific properties of the DFLL for the Jetson TK1 board. On this board, the DFLL will take control of the sd0 regulator on the on-board AS3722 PMIC. Signed-off-by: Tuomas Tynkkynen <ttynkkynen@nvidia.com> Signed-off-by: Mikko Perttunen <mikko.perttunen@kapsi.fi> Acked-by: Michael Turquette <mturquette@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--arch/arm/boot/dts/tegra124-jetson-tk1.dts9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra124-jetson-tk1.dts b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
index bd43ed6d6ec7..192111ac00b3 100644
--- a/arch/arm/boot/dts/tegra124-jetson-tk1.dts
+++ b/arch/arm/boot/dts/tegra124-jetson-tk1.dts
@@ -1462,7 +1462,7 @@
1462 vin-ldo9-10-supply = <&vdd_5v0_sys>; 1462 vin-ldo9-10-supply = <&vdd_5v0_sys>;
1463 vin-ldo11-supply = <&vdd_3v3_run>; 1463 vin-ldo11-supply = <&vdd_3v3_run>;
1464 1464
1465 sd0 { 1465 vdd_cpu: sd0 {
1466 regulator-name = "+VDD_CPU_AP"; 1466 regulator-name = "+VDD_CPU_AP";
1467 regulator-min-microvolt = <700000>; 1467 regulator-min-microvolt = <700000>;
1468 regulator-max-microvolt = <1400000>; 1468 regulator-max-microvolt = <1400000>;
@@ -1694,6 +1694,13 @@
1694 non-removable; 1694 non-removable;
1695 }; 1695 };
1696 1696
1697 /* CPU DFLL clock */
1698 clock@0,70110000 {
1699 status = "okay";
1700 vdd-cpu-supply = <&vdd_cpu>;
1701 nvidia,i2c-fs-rate = <400000>;
1702 };
1703
1697 ahub@0,70300000 { 1704 ahub@0,70300000 {
1698 i2s@0,70301100 { 1705 i2s@0,70301100 {
1699 status = "okay"; 1706 status = "okay";