ARM: tegra: fix Jetson TK1 SD card supply
authorStephen Warren <swarren@nvidia.com>
Wed, 16 Apr 2014 16:34:18 +0000 (10:34 -0600)
committerStephen Warren <swarren@nvidia.com>
Wed, 16 Apr 2014 23:11:52 +0000 (17:11 -0600)
Regulator vddio_sdmmc3 provides the Tegra<->SD IO voltage, not the card
core supply voltage. That is, it provides vqmmc, not vmmc. Fix the DT to
correctly reflect this.

Reported-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra124-jetson-tk1.dts

index ae5c750..dd3076d 100644 (file)
                cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
                power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
                bus-width = <4>;
-               vmmc-supply = <&vddio_sdmmc3>;
+               vqmmc-supply = <&vddio_sdmmc3>;
        };
 
        /* eMMC */