projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c40a8
)
ARM: dts: TWL4030: Add keypad node
author
Sebastian Reichel
<sre@debian.org>
Sat, 11 Jan 2014 21:16:58 +0000
(22:16 +0100)
committer
Benoit 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/boot/dts/twl4030.dtsi
b/arch/arm/boot/dts/twl4030.dtsi
index 4217096ee6777bd292c208a23ba02ad86a2af8c9..86cfc7d15ca71bb9cc2ccffff0ab1985aeddd8e7 100644
(file)
--- a/
arch/arm/boot/dts/twl4030.dtsi
+++ b/
arch/arm/boot/dts/twl4030.dtsi
@@
-145,4
+145,11
@@
compatible = "ti,twl4030-pwrbutton";
interrupts = <8>;
};
+
+ twl_keypad: keypad {
+ compatible = "ti,twl4030-keypad";
+ interrupts = <1>;
+ keypad,num-rows = <8>;
+ keypad,num-columns = <8>;
+ };
};