From: Florian Fainelli Date: Fri, 1 Feb 2013 10:38:28 +0000 (+0100) Subject: arm: mvebu: enable the SD card slot on Armada 370 Reference Design board X-Git-Tag: v3.9-rc1~35^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=564991205956d869db0e45dfabe23a31b596fa15;p=platform%2Fupstream%2Fkernel-adaptation-pc.git arm: mvebu: enable the SD card slot on Armada 370 Reference Design board 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 Signed-off-by: Jason Cooper --- diff --git a/arch/arm/boot/dts/armada-370-rd.dts b/arch/arm/boot/dts/armada-370-rd.dts index d62dfac..f8e4855 100644 --- a/arch/arm/boot/dts/armada-370-rd.dts +++ b/arch/arm/boot/dts/armada-370-rd.dts @@ -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 */ + }; }; };