ARM: ux500: Correct Snowball's external SD/MMC slot's bus width
authorLee Jones <lee.jones@linaro.org>
Wed, 26 Sep 2012 10:12:48 +0000 (11:12 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 1 Nov 2012 11:59:29 +0000 (12:59 +0100)
Snowball's external SD/MMC slot is only capable of 4 bit data
transfer, not 8 bits as previously thought. This is a simple
fixup moving to the correct settings.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/snowball.dts

index 9a37244a3cc5f19101b06fd37e7fcfe8d44e2ec6..6a2b58b6919dd216d89f97c1d63e551f3c6de3a4 100644 (file)
                sdi0_per1@80126000 {
                        arm,primecell-periphid = <0x10480180>;
                        max-frequency = <50000000>;
-                       bus-width = <8>;
+                       bus-width = <4>;
                        mmc-cap-mmc-highspeed;
                        vmmc-supply = <&ab8500_ldo_aux3_reg>;
 
This page took 0.025379 seconds and 5 git commands to generate.