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/omap4-sdp.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/omap4-sdp.dts')
-rw-r--r-- | arch/arm/boot/dts/omap4-sdp.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts index 67b2e98074c6..a1dd873425fc 100644 --- a/arch/arm/boot/dts/omap4-sdp.dts +++ b/arch/arm/boot/dts/omap4-sdp.dts | |||
@@ -94,12 +94,12 @@ | |||
94 | 94 | ||
95 | &mmc1 { | 95 | &mmc1 { |
96 | vmmc-supply = <&vmmc>; | 96 | vmmc-supply = <&vmmc>; |
97 | ti,bus-width = <8>; | 97 | bus-width = <8>; |
98 | }; | 98 | }; |
99 | 99 | ||
100 | &mmc2 { | 100 | &mmc2 { |
101 | vmmc-supply = <&vaux1>; | 101 | vmmc-supply = <&vaux1>; |
102 | ti,bus-width = <8>; | 102 | bus-width = <8>; |
103 | ti,non-removable; | 103 | ti,non-removable; |
104 | }; | 104 | }; |
105 | 105 | ||
@@ -112,6 +112,6 @@ | |||
112 | }; | 112 | }; |
113 | 113 | ||
114 | &mmc5 { | 114 | &mmc5 { |
115 | ti,bus-width = <4>; | 115 | bus-width = <4>; |
116 | ti,non-removable; | 116 | ti,non-removable; |
117 | }; | 117 | }; |