ARM: dt: tegra: cardhu: register core regulator tps62361
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 10 May 2012 20:38:45 +0000 (20:38 +0000)
committerStephen Warren <swarren@nvidia.com>
Mon, 14 May 2012 16:52:52 +0000 (10:52 -0600)
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>
arch/arm/boot/dts/tegra-cardhu.dts

index facb950c4bec4ab2c6e72cace666c2c58f21ea3d..c45775685f725e74dbe0e3ac571d3ea9389d83b8 100644 (file)
                        micdet-delay = <100>;
                        gpio-cfg = <0xffffffff 0xffffffff 0 0xffffffff 0xffffffff>;
                };
+
+               tps62361 {
+                       compatible = "ti,tps62361";
+                       reg = <0x60>;
+
+                       regulator-name = "tps62361-vout";
+                       regulator-min-microvolt = <500000>;
+                       regulator-max-microvolt = <1500000>;
+                       regulator-boot-on;
+                       regulator-always-on;
+                       ti,vsel0-state-high;
+                       ti,vsel1-state-high;
+               };
        };
 
        sdhci@78000000 {