提交 8dcba817 编写于 作者: R Robert Jarzmik

ARM: dts: pxa: add pxa27x-keypad to pxa27x

Each pxa27x has an embedded keypad controller. Add it in the pxa27x
device-tree description.
Signed-off-by: NRobert Jarzmik <robert.jarzmik@free.fr>
上级 361818cd
...@@ -60,6 +60,14 @@ ...@@ -60,6 +60,14 @@
clocks = <&clks CLK_USB>; clocks = <&clks CLK_USB>;
status = "disabled"; status = "disabled";
}; };
keypad: keypad@41500000 {
compatible = "marvell,pxa27x-keypad";
reg = <0x41500000 0x4c>;
interrupts = <4>;
clocks = <&clks CLK_KEYPAD>;
status = "disabled";
};
}; };
clocks { clocks {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册