mvebu: add support for EHCI controller
[openwrt.git] / target / linux / mvebu / patches-3.8 / 013-arm_mvebu_enable_sd_cart_slot_axp_db.patch
1 The Armada XP DB evaluation board has one SD card slot, directly
2 connected to the SDIO IP of the SoC, so we enable this
3 IP. Unfortunately, there are no GPIOs for card-detect and
4 write-protect.
5
6 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7 ---
8  arch/arm/boot/dts/armada-xp-db.dts |    7 +++++++
9  1 file changed, 7 insertions(+)
10
11 diff --git a/arch/arm/boot/dts/armada-xp-db.dts b/arch/arm/boot/dts/armada-xp-db.dts
12 index 8e53b25..c7035c5 100644
13 --- a/arch/arm/boot/dts/armada-xp-db.dts
14 +++ b/arch/arm/boot/dts/armada-xp-db.dts
15 @@ -90,5 +90,12 @@
16                         phy = <&phy3>;
17                         phy-mode = "sgmii";
18                 };
19 +
20 +               mvsdio@d00d4000 {
21 +                       pinctrl-0 = <&sdio_pins>;
22 +                       pinctrl-names = "default";
23 +                       status = "okay";
24 +                       /* No CD or WP GPIOs */
25 +               };
26         };
27  };
28 -- 
29 1.7.9.5