Skip to content

Commit

Permalink
ARM: mvebu: Add Device Tree description of SDHCI for Armada 388 RD
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gregory CLEMENT committed Feb 23, 2015
1 parent ddbdc57 commit 444fdf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/armada-388-rd.dts
Original file line number Diff line number Diff line change
@@ -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";
};

0 comments on commit 444fdf9

Please sign in to comment.