From: Thomas Petazzoni Date: Fri, 21 Dec 2012 14:49:09 +0000 (+0100) Subject: arm: mvebu: enable the SDIO interface on the Globalscale Mirabox X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5f6d11c398e67c9009e526b2fb1268e87b0e6ba0;p=linux-beck.git arm: mvebu: enable the SDIO interface on the Globalscale Mirabox The Globalscale Mirabox uses the SDIO interface of the Armada 370 to connect to a Wifi/Bluetooth SD8787 chip, so we enable the SDIO interface of this board in its Device Tree file. Signed-off-by: Thomas Petazzoni Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts index 3b4071336599..1864820dde25 100644 --- a/arch/arm/boot/dts/armada-370-mirabox.dts +++ b/arch/arm/boot/dts/armada-370-mirabox.dts @@ -52,5 +52,15 @@ phy = <&phy1>; phy-mode = "rgmii-id"; }; + + mvsdio@d00d4000 { + pinctrl-0 = <&sdio_pins2>; + pinctrl-names = "default"; + status = "okay"; + /* + * No CD or WP GPIOs: SDIO interface used for + * Wifi/Bluetooth chip + */ + }; }; };