diff options
author | Alexandre Courbot <acourbot@nvidia.com> | 2014-11-13 13:59:02 +0900 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-11-13 16:58:52 +0100 |
commit | edbde56a25f484d46c9e75563d3b310bde1c185e (patch) | |
tree | b1dd3dccee2d375e6eaa8dea35f111740a6682fa /arch/arm/boot/dts/tegra114-roth.dts | |
parent | c4574aa00e7c144ae4d1bfc2388433d9eb82e4d3 (diff) | |
download | linux-edbde56a25f484d46c9e75563d3b310bde1c185e.tar.bz2 |
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-roth.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra114-roth.dts | 1 |
1 files changed, 0 insertions, 1 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 @@ sdhci@78000600 { status = "okay"; bus-width = <8>; - vmmc-supply = <&vdd_1v8>; non-removable; }; |