diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-11-12 23:59:02 -0500 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 10:58:52 -0500 |
commit | edbde56a25f484d46c9e75563d3b310bde1c185e (patch) | |
tree | b1dd3dccee2d375e6eaa8dea35f111740a6682fa /arch | |
parent | c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3 (diff) |
ARM: tegra: Remove eMMC vmmc property for roth/tn7
This property was wrong and broke eMMC since commit 52221610d ("mmc:
sdhci: Improve external VDD regulator support"). Align the eMMC
properties to those of other Tegra boards.
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 | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/tegra114-tn7.dts | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts index a80f1e24a113..54c79c5a9fbc 100644 --- a/arch/arm/boot/dts/tegra114-roth.dts +++ b/arch/arm/boot/dts/tegra114-roth.dts | |||
@@ -975,7 +975,6 @@ | |||
975 | sdhci@78000600 { | 975 | sdhci@78000600 { |
976 | status = "okay"; | 976 | status = "okay"; |
977 | bus-width = <8>; | 977 | bus-width = <8>; |
978 | vmmc-supply = <&vdd_1v8>; | ||
979 | non-removable; | 978 | non-removable; |
980 | }; | 979 | }; |
981 | 980 | ||
diff --git a/arch/arm/boot/dts/tegra114-tn7.dts b/arch/arm/boot/dts/tegra114-tn7.dts index 2301c6601d02..f91c2c9b2f94 100644 --- a/arch/arm/boot/dts/tegra114-tn7.dts +++ b/arch/arm/boot/dts/tegra114-tn7.dts | |||
@@ -244,7 +244,6 @@ | |||
244 | sdhci@78000600 { | 244 | sdhci@78000600 { |
245 | status = "okay"; | 245 | status = "okay"; |
246 | bus-width = <8>; | 246 | bus-width = <8>; |
247 | vmmc-supply = <&vdd_1v8>; | ||
248 | non-removable; | 247 | non-removable; |
249 | }; | 248 | }; |
250 | 249 | ||