Skip to content

Commit

Permalink
ARM: dts: am335x-bone-common: switch mmc1 to 4-bit mode
Browse files Browse the repository at this point in the history
The micro-SD slot hooks up all four data pins so lets' use them.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Tested-by: Kevin Hilman <khilman@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Koen Kooi authored and Benoit Cousson committed Oct 11, 2013
1 parent 1aac4a9 commit 757a90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/am335x-bone-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@

&mmc1 {
status = "okay";
bus-width = <0x4>;
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
Expand Down

0 comments on commit 757a90e

Please sign in to comment.