aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra-paz00.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-05-13 00:14:24 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-15 07:29:42 -0400
commit7f217794ffa72f208a250b79ab0b7ea3de19677f (patch)
treee158792f6662bc7cad4e55a62f4efe7426215141 /arch/arm/boot/dts/tegra-paz00.dts
parente6511df4f25607e2e6d60062eb69c28c057329fa (diff)
mmc: dt: Consolidate DT bindings
This patch unifies the current DT MMC bindings documentation and code, adds generic MMC DT bindings documentation, and updates .dts files for consistency. [cjb: typo fixes, addition of max-frequency property] Signed-off-by: Chris Ball <cjb@laptop.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/tegra-paz00.dts')
-rw-r--r--arch/arm/boot/dts/tegra-paz00.dts2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 6c02abb469d4..03d3d7994da7 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -97,6 +97,7 @@
97 cd-gpios = <&gpio 173 0>; /* gpio PV5 */ 97 cd-gpios = <&gpio 173 0>; /* gpio PV5 */
98 wp-gpios = <&gpio 57 0>; /* gpio PH1 */ 98 wp-gpios = <&gpio 57 0>; /* gpio PH1 */
99 power-gpios = <&gpio 169 0>; /* gpio PV1 */ 99 power-gpios = <&gpio 169 0>; /* gpio PV1 */
100 bus-width = <4>;
100 }; 101 };
101 102
102 sdhci@c8000200 { 103 sdhci@c8000200 {
@@ -109,6 +110,7 @@
109 110
110 sdhci@c8000600 { 111 sdhci@c8000600 {
111 support-8bit; 112 support-8bit;
113 bus-width = <8>;
112 }; 114 };
113 115
114 gpio-keys { 116 gpio-keys {