Commit 8dcba817 authored by Robert Jarzmik's avatar 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: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 361818cd
......@@ -60,6 +60,14 @@ pxa27x_udc: udc@40600000 {
clocks = <&clks CLK_USB>;
status = "disabled";
};
keypad: keypad@41500000 {
compatible = "marvell,pxa27x-keypad";
reg = <0x41500000 0x4c>;
interrupts = <4>;
clocks = <&clks CLK_KEYPAD>;
status = "disabled";
};
};
clocks {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment