Commit 757a90e6 authored by Koen Kooi's avatar Koen Kooi Committed by Benoit Cousson

ARM: dts: am335x-bone-common: switch mmc1 to 4-bit mode

The micro-SD slot hooks up all four data pins so lets' use them.
Signed-off-by: default avatarKoen Kooi <koen@dominion.thruhere.net>
Tested-by: default avatarKevin Hilman <khilman@linaro.org>
Reviewed-by: default avatarNishanth Menon <nm@ti.com>
Signed-off-by: default avatarBenoit Cousson <bcousson@baylibre.com>
parent 1aac4a99
......@@ -291,6 +291,7 @@ &davinci_mdio {
&mmc1 {
status = "okay";
bus-width = <0x4>;
pinctrl-names = "default";
pinctrl-0 = <&mmc1_pins>;
cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment