diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-11-12 23:59:03 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 10:58:53 -0500 |
commit | 221b9bf42b26a22e6904d20f35c53aec2e73a646 (patch) | |
tree | 9270e9c9114c127c8ccacb4d68f0548a7f18fcf3 /arch | |
parent | edbde56a25f484d46c9e75563d3b310bde1c185e (diff) |
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')
-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 @@ | |||
920 | regulator-name = "vddio-sdmmc3"; | 920 | regulator-name = "vddio-sdmmc3"; |
921 | regulator-min-microvolt = <1800000>; | 921 | regulator-min-microvolt = <1800000>; |
922 | regulator-max-microvolt = <3300000>; | 922 | regulator-max-microvolt = <3300000>; |
923 | regulator-always-on; | ||
924 | regulator-boot-on; | ||
925 | }; | 923 | }; |
926 | 924 | ||
927 | ldousb { | 925 | ldousb { |
@@ -966,7 +964,7 @@ | |||
966 | sdhci@78000400 { | 964 | sdhci@78000400 { |
967 | status = "okay"; | 965 | status = "okay"; |
968 | bus-width = <4>; | 966 | bus-width = <4>; |
969 | vmmc-supply = <&vddio_sdmmc3>; | 967 | vqmmc-supply = <&vddio_sdmmc3>; |
970 | cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; | 968 | cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; |
971 | power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>; | 969 | power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>; |
972 | }; | 970 | }; |