-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: tegra: Remove eMMC vmmc property for roth/tn7
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
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -975,7 +975,6 @@ | |
sdhci@78000600 { | ||
status = "okay"; | ||
bus-width = <8>; | ||
vmmc-supply = <&vdd_1v8>; | ||
non-removable; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -244,7 +244,6 @@ | |
sdhci@78000600 { | ||
status = "okay"; | ||
bus-width = <8>; | ||
vmmc-supply = <&vdd_1v8>; | ||
non-removable; | ||
}; | ||
|
||
|