]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: mvebu: Add Device Tree description of SDHCI for Armada 388 RD
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 29 Jan 2015 11:36:30 +0000 (12:36 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 23 Feb 2015 14:18:34 +0000 (15:18 +0100)
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>
arch/arm/boot/dts/armada-388-rd.dts

index d99baac72081b6873532bec2d2587c769a581040..1ecf511288c9d419e4c8bb33a3538e7a23dd098d 100644 (file)
                                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";
                        };