提交 444fdf94 编写于 作者: G Gregory CLEMENT

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: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 ddbdc579
...@@ -85,6 +85,16 @@ ...@@ -85,6 +85,16 @@
clock-frequency = <100000>; 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 { serial@12000 {
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册