diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-13 00:14:24 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 07:29:42 -0400 |
commit | 7f217794ffa72f208a250b79ab0b7ea3de19677f (patch) | |
tree | e158792f6662bc7cad4e55a62f4efe7426215141 /arch/arm/boot/dts/tegra-seaboard.dts | |
parent | e6511df4f25607e2e6d60062eb69c28c057329fa (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-seaboard.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-seaboard.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts index dbf1c5a171c2..8decf7229973 100644 --- a/arch/arm/boot/dts/tegra-seaboard.dts +++ b/arch/arm/boot/dts/tegra-seaboard.dts | |||
@@ -104,10 +104,12 @@ | |||
104 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ | 104 | cd-gpios = <&gpio 69 0>; /* gpio PI5 */ |
105 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ | 105 | wp-gpios = <&gpio 57 0>; /* gpio PH1 */ |
106 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ | 106 | power-gpios = <&gpio 70 0>; /* gpio PI6 */ |
107 | bus-width = <4>; | ||
107 | }; | 108 | }; |
108 | 109 | ||
109 | sdhci@c8000600 { | 110 | sdhci@c8000600 { |
110 | support-8bit; | 111 | support-8bit; |
112 | bus-width = <8>; | ||
111 | }; | 113 | }; |
112 | 114 | ||
113 | usb@c5000000 { | 115 | usb@c5000000 { |