Skip to content

Commit

Permalink
arm: mvebu: enable the SD card slot on Armada 370 Reference Design board
Browse files Browse the repository at this point in the history
The Armada 370 Reference Design board has one SD card slot, directly
connected to the SDIO IP of the SoC, so we enable this IP. there are no
GPIOs for card-detect and write-protect so we do not specify any.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
  • Loading branch information
Florian Fainelli authored and Arnd Bergmann committed Feb 28, 2013
1 parent 0dbe6ce commit 5649912
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/armada-370-rd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,12 @@
phy = <&phy1>;
phy-mode = "rgmii-id";
};

mvsdio@d00d4000 {
pinctrl-0 = <&sdio_pins1>;
pinctrl-names = "default";
status = "okay";
/* No CD or WP GPIOs */
};
};
};

0 comments on commit 5649912

Please sign in to comment.