aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2012-05-10 16:38:45 -0400
committerStephen Warren <swarren@nvidia.com>2012-05-14 12:52:52 -0400
commit331da58ca179d036a4e03353067f782ae54879e7 (patch)
treed48459a2eea9f81bf23c9e0dad10d74576376990
parent54174a33da64536d6840ffa5ae9edc71cb9bf3a1 (diff)
ARM: dt: tegra: cardhu: register core regulator tps62361
Add device info for the core regulator tps62360 in tegra-cardhu dts file. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> [swarren: fixed node name to reflect actual device type] Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--arch/arm/boot/dts/tegra-cardhu.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-cardhu.dts b/arch/arm/boot/dts/tegra-cardhu.dts
index facb950c4bec..c45775685f72 100644
--- a/arch/arm/boot/dts/tegra-cardhu.dts
+++ b/arch/arm/boot/dts/tegra-cardhu.dts
@@ -123,6 +123,19 @@
123 micdet-delay = <100>; 123 micdet-delay = <100>;
124 gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>; 124 gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>;
125 }; 125 };
126
127 tps62361 {
128 compatible = "ti,tps62361";
129 reg = <0x60>;
130
131 regulator-name = "tps62361-vout";
132 regulator-min-microvolt = <500000>;
133 regulator-max-microvolt = <1500000>;
134 regulator-boot-on;
135 regulator-always-on;
136 ti,vsel0-state-high;
137 ti,vsel1-state-high;
138 };
126 }; 139 };
127 140
128 sdhci@78000000 { 141 sdhci@78000000 {