projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fe767
)
ARM: tegra: fix Venice2 SD card VQMMC supply
author
Andrew Bresticker
<abrestic@chromium.org>
Wed, 16 Apr 2014 23:08:39 +0000
(16:08 -0700)
committer
Stephen Warren
<swarren@nvidia.com>
Wed, 16 Apr 2014 23:15:32 +0000
(17:15 -0600)
VDDIO_SDMMC3 is the VQMMC (I/O) supply, not the VMMC (core) supply,
for the SD slot on Venice2.
Signed-off-by: Andrew Bresticker <abrestic@chromium.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra124-venice2.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/tegra124-venice2.dts
b/arch/arm/boot/dts/tegra124-venice2.dts
index
87537f4
..
6770e2b
100644
(file)
--- a/
arch/arm/boot/dts/tegra124-venice2.dts
+++ b/
arch/arm/boot/dts/tegra124-venice2.dts
@@
-933,7
+933,7
@@
power-gpios = <&gpio TEGRA_GPIO(R, 0) GPIO_ACTIVE_HIGH>;
status = "okay";
bus-width = <4>;
- vmmc-supply = <&vddio_sdmmc3>;
+ v
q
mmc-supply = <&vddio_sdmmc3>;
};
sdhci@0,700b0600 {