diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-12-21 09:49:09 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:10 -0500 |
commit | 5f6d11c398e67c9009e526b2fb1268e87b0e6ba0 (patch) | |
tree | e5ff7d3f465014265aa6ffd72a1d1e8828e2d5ec /arch/arm/boot/dts | |
parent | b6150c710658faed9ebe80f989f622175eaf0e14 (diff) |
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/arm/boot/dts')
-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 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 @@ | |||
52 | phy = <&phy1>; | 52 | phy = <&phy1>; |
53 | phy-mode = "rgmii-id"; | 53 | phy-mode = "rgmii-id"; |
54 | }; | 54 | }; |
55 | |||
56 | mvsdio@d00d4000 { | ||
57 | pinctrl-0 = <&sdio_pins2>; | ||
58 | pinctrl-names = "default"; | ||
59 | status = "okay"; | ||
60 | /* | ||
61 | * No CD or WP GPIOs: SDIO interface used for | ||
62 | * Wifi/Bluetooth chip | ||
63 | */ | ||
64 | }; | ||
55 | }; | 65 | }; |
56 | }; | 66 | }; |