aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra114-tn7.dts
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2014-11-12 23:59:02 -0500
committerThierry Reding <treding@nvidia.com>2014-11-13 10:58:52 -0500
commitedbde56a25f484d46c9e75563d3b310bde1c185e (patch)
treeb1dd3dccee2d375e6eaa8dea35f111740a6682fa /arch/arm/boot/dts/tegra114-tn7.dts
parentc4574aa00e7c144ae4d1bfc2388433d9eb82e4d3 (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/arm/boot/dts/tegra114-tn7.dts')
-rw-r--r--arch/arm/boot/dts/tegra114-tn7.dts1
1 files changed, 0 insertions, 1 deletions
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