diff options
author | Nishanth Menon <nm@ti.com> | 2014-01-06 17:37:33 -0500 |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 12:34:28 -0500 |
commit | 25c40a888a82cdb742fd956c4a65a60c023bdd50 (patch) | |
tree | e5ae363ffb1fdec0af65d07260e746dc30e3c0f9 /arch/arm | |
parent | a93ad7f3cfc2d2c0a9a94d5413051c41df4481c9 (diff) |
ARM: dts: omap3430-sdp: add dip switch information for MMC operation
MMC 8 bit mode operation depends on dip switch setting which is not
obvious - The current board file has this description. However, with
removal of the board file in the future, this information will be lost
and has to be rediscovered.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap3430-sdp.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3430-sdp.dts b/arch/arm/boot/dts/omap3430-sdp.dts index 281914ed0151..cd3d0474acc9 100644 --- a/arch/arm/boot/dts/omap3430-sdp.dts +++ b/arch/arm/boot/dts/omap3430-sdp.dts | |||
@@ -34,6 +34,10 @@ | |||
34 | &mmc1 { | 34 | &mmc1 { |
35 | vmmc-supply = <&vmmc1>; | 35 | vmmc-supply = <&vmmc1>; |
36 | vmmc_aux-supply = <&vsim>; | 36 | vmmc_aux-supply = <&vsim>; |
37 | /* | ||
38 | * S6-3 must be in ON position for 8 bit mode to function | ||
39 | * Else, use 4 bit mode | ||
40 | */ | ||
37 | bus-width = <8>; | 41 | bus-width = <8>; |
38 | }; | 42 | }; |
39 | 43 | ||