Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dcba817 authored by Robert Jarzmik's avatar Robert Jarzmik
Browse files

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
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -60,6 +60,14 @@
			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 {