Skip to content

Commit

Permalink
ARM: tegra: Remove eMMC vmmc property for roth/tn7
Browse files Browse the repository at this point in the history
This property was wrong and broke eMMC since commit 5222161 ("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>
  • Loading branch information
Alexandre Courbot authored and Thierry Reding committed Nov 13, 2014
1 parent c4574aa commit edbde56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra114-roth.dts
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,6 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
vmmc-supply = <&vdd_1v8>;
non-removable;
};

Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra114-tn7.dts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
vmmc-supply = <&vdd_1v8>;
non-removable;
};

Expand Down

0 comments on commit edbde56

Please sign in to comment.