diff options
| author | Sebastian Reichel <sre@debian.org> | 2014-01-11 16:16:58 -0500 |
|---|---|---|
| committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 12:34:39 -0500 |
| commit | fbbf006a456f30ba151ca04de63c14dbcd0192db (patch) | |
| tree | 32b697f9f9e4ea740c03994a4f155f73e726249e | |
| parent | 25c40a888a82cdb742fd956c4a65a60c023bdd50 (diff) | |
ARM: dts: TWL4030: Add keypad node
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>
| -rw-r--r-- | arch/arm/boot/dts/twl4030.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/twl4030.dtsi b/arch/arm/boot/dts/twl4030.dtsi index 4217096ee677..86cfc7d15ca7 100644 --- a/arch/arm/boot/dts/twl4030.dtsi +++ b/arch/arm/boot/dts/twl4030.dtsi | |||
| @@ -145,4 +145,11 @@ | |||
| 145 | compatible = "ti,twl4030-pwrbutton"; | 145 | compatible = "ti,twl4030-pwrbutton"; |
| 146 | interrupts = <8>; | 146 | interrupts = <8>; |
| 147 | }; | 147 | }; |
| 148 | |||
| 149 | twl_keypad: keypad { | ||
| 150 | compatible = "ti,twl4030-keypad"; | ||
| 151 | interrupts = <1>; | ||
| 152 | keypad,num-rows = <8>; | ||
| 153 | keypad,num-columns = <8>; | ||
| 154 | }; | ||
| 148 | }; | 155 | }; |
