OSDN Git Service

ARM: tegra: Remove eMMC vmmc property for roth/tn7
authorAlexandre Courbot <acourbot@nvidia.com>
Thu, 13 Nov 2014 04:59:02 +0000 (13:59 +0900)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:58:52 +0000 (16:58 +0100)
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>
arch/arm/boot/dts/tegra114-roth.dts
arch/arm/boot/dts/tegra114-tn7.dts

index a80f1e2..54c79c5 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
-               vmmc-supply = <&vdd_1v8>;
                non-removable;
        };
 
index 2301c66..f91c2c9 100644 (file)
        sdhci@78000600 {
                status = "okay";
                bus-width = <8>;
-               vmmc-supply = <&vdd_1v8>;
                non-removable;
        };