ARM: dts: TWL4030: Add keypad node
authorSebastian Reichel <sre@debian.org>
Sat, 11 Jan 2014 21:16:58 +0000 (22:16 +0100)
committerBenoit Cousson <bcousson@baylibre.com>
Sun, 2 Mar 2014 17:34:39 +0000 (18:34 +0100)
Add keypad node to twl4030, so that board DTS
files can just add the keymap.

Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/twl4030.dtsi

index 4217096ee6777bd292c208a23ba02ad86a2af8c9..86cfc7d15ca71bb9cc2ccffff0ab1985aeddd8e7 100644 (file)
                compatible = "ti,twl4030-pwrbutton";
                interrupts = <8>;
        };
+
+       twl_keypad: keypad {
+               compatible = "ti,twl4030-keypad";
+               interrupts = <1>;
+               keypad,num-rows = <8>;
+               keypad,num-columns = <8>;
+       };
 };