ARM: tegra: Hook up SDMMC3 power-supply on Venice2
authorThierry Reding <treding@nvidia.com>
Fri, 28 Feb 2014 16:40:21 +0000 (17:40 +0100)
committerStephen Warren <swarren@nvidia.com>
Fri, 28 Feb 2014 17:23:43 +0000 (10:23 -0700)
The SDMMC3 interface is supplied with 1.8V by the PMICs LDO6.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra124-venice2.dts

index cedf06416266b6492dc88956ca77f5ec882f4dab..b0db6348827f79a35d8c277297c09fe13d1fbe2f 100644 (file)
                                        regulator-max-microvolt = <1200000>;
                                };
 
-                               ldo6 {
+                               vddio_sdmmc3: ldo6 {
                                        regulator-name = "+VDDIO_SDMMC3";
                                        regulator-min-microvolt = <1800000>;
                                        regulator-max-microvolt = <3300000>;
-                                       regulator-boot-on;
-                                       regulator-always-on;
                                };
 
                                ldo7 {
                power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
                status = "okay";
                bus-width = <4>;
+               vmmc-supply = <&vddio_sdmmc3>;
        };
 
        sdhci@700b0600 {
This page took 0.025607 seconds and 5 git commands to generate.