diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-21 15:49:09 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 18:57:10 +0100 |
commit | 5f6d11c398e67c9009e526b2fb1268e87b0e6ba0 (patch) | |
tree | e5ff7d3f465014265aa6ffd72a1d1e8828e2d5ec /arch | |
parent | b6150c710658faed9ebe80f989f622175eaf0e14 (diff) | |
download | linux-3.10-5f6d11c398e67c9009e526b2fb1268e87b0e6ba0.tar.gz linux-3.10-5f6d11c398e67c9009e526b2fb1268e87b0e6ba0.tar.bz2 linux-3.10-5f6d11c398e67c9009e526b2fb1268e87b0e6ba0.zip |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/armada-370-mirabox.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-mirabox.dts b/arch/arm/boot/dts/armada-370-mirabox.dts index 3b407133659..1864820dde2 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 + */ + }; }; }; |