mvebu: refresh patches
[openwrt/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 --- a/arch/arm/boot/dts/armada-xp-db.dts
12 +++ b/arch/arm/boot/dts/armada-xp-db.dts
13 @@ -90,5 +90,12 @@
14 phy = <&phy3>;
15 phy-mode = "sgmii";
16 };
17 +
18 + mvsdio@d00d4000 {
19 + pinctrl-0 = <&sdio_pins>;
20 + pinctrl-names = "default";
21 + status = "okay";
22 + /* No CD or WP GPIOs */
23 + };
24 };
25 };