diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-01-29 12:36:30 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2015-02-23 15:18:34 +0100 |
commit | 444fdf947de3bf5ac6b6ac033eb9d877a4b7e90d (patch) | |
tree | 5d827d6de18d064117877f1f68559dc536b2699a /arch/arm/boot/dts/armada-388-rd.dts | |
parent | ddbdc5790fb9274a5aeed49081152842d17b0932 (diff) |
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 <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-388-rd.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-388-rd.dts | 10 |
1 files changed, 10 insertions, 0 deletions
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"; }; |