From: Gregory CLEMENT Date: Thu, 29 Jan 2015 11:36:30 +0000 (+0100) Subject: ARM: mvebu: Add Device Tree description of SDHCI for Armada 388 RD X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=444fdf947de3bf5ac6b6ac033eb9d877a4b7e90d;p=linux-beck.git ARM: mvebu: Add Device Tree description of SDHCI for Armada 388 RD The Device Tree description of SDHCI on Armada 388 RD board was missing. This commit adds the node for it. Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/armada-388-rd.dts b/arch/arm/boot/dts/armada-388-rd.dts index d99baac72081..1ecf511288c9 100644 --- a/arch/arm/boot/dts/armada-388-rd.dts +++ b/arch/arm/boot/dts/armada-388-rd.dts @@ -85,6 +85,16 @@ clock-frequency = <100000>; }; + sdhci@d8000 { + pinctrl-names = "default"; + pinctrl-0 = <&sdhci_pins>; + broken-cd; + no-1-8-v; + wp-inverted; + bus-width = <8>; + status = "okay"; + }; + serial@12000 { status = "okay"; };