diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-11-13 13:59:03 +0900 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 16:58:53 +0100 |
commit | 221b9bf42b26a22e6904d20f35c53aec2e73a646 (patch) | |
tree | 9270e9c9114c127c8ccacb4d68f0548a7f18fcf3 /arch/arm | |
parent | edbde56a25f484d46c9e75563d3b310bde1c185e (diff) | |
download | linux-stable-221b9bf42b26a22e6904d20f35c53aec2e73a646.tar.gz linux-stable-221b9bf42b26a22e6904d20f35c53aec2e73a646.tar.bz2 linux-stable-221b9bf42b26a22e6904d20f35c53aec2e73a646.zip |
ARM: tegra: roth: Fix SD card VDD_IO regulator
vddio_sdmmc3 is a vdd_io, and thus should be under the vqmmc-supply
property, not vmmc-supply.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/tegra114-roth.dts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts index 54c79c5a9fbc..38acf78d7815 100644 --- a/arch/arm/boot/dts/tegra114-roth.dts +++ b/arch/arm/boot/dts/tegra114-roth.dts @@ -920,8 +920,6 @@ regulator-name = "vddio-sdmmc3"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <3300000>; - regulator-always-on; - regulator-boot-on; }; ldousb { @@ -966,7 +964,7 @@ sdhci@78000400 { status = "okay"; bus-width = <4>; - vmmc-supply = <&vddio_sdmmc3>; + vqmmc-supply = <&vddio_sdmmc3>; cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>; }; |