提交 2c7fa286 编写于 作者: R Roland Stigge

ARM: LPC32xx: DTS adjustment for using pl18x primecell

This patch adjusts the dts files to reference the pl18x primecell driver
correctly.
Signed-off-by: NRoland Stigge <stigge@antcom.de>
上级 291dd71f
...@@ -115,9 +115,10 @@ ...@@ -115,9 +115,10 @@
}; };
sd@20098000 { sd@20098000 {
compatible = "arm,pl180", "arm,primecell"; compatible = "arm,pl18x", "arm,primecell";
reg = <0x20098000 0x1000>; reg = <0x20098000 0x1000>;
interrupts = <0x0f 0>, <0x0d 0>; interrupts = <0x0f 0>, <0x0d 0>;
status = "disabled";
}; };
i2s1: i2s@2009C000 { i2s1: i2s@2009C000 {
......
...@@ -129,6 +129,14 @@ ...@@ -129,6 +129,14 @@
compatible = "atmel,at25"; compatible = "atmel,at25";
}; };
}; };
sd@20098000 {
wp-gpios = <&gpio 3 0 0>;
cd-gpios = <&gpio 3 1 0>;
cd-inverted;
bus-width = <4>;
status = "okay";
};
}; };
fab { fab {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册