Skip to content

Commit

Permalink
ARM: ux500: Correct Snowball's external SD/MMC slot's bus width
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lee Jones committed Nov 1, 2012
1 parent 706b0a0 commit 92a0f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
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>;

Expand Down

0 comments on commit 92a0f48

Please sign in to comment.