mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 16:06:16 +07:00
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: Robert Jarzmik <robert.jarzmik@free.fr>
This commit is contained in:
parent
361818cd4b
commit
8dcba81724
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user