summaryrefslogtreecommitdiff
path: root/src/arm/omap3-n9.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2018-04-20 18:44:52 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2018-04-20 18:44:52 +0000
commit29087c4e73c74afd082d107f4cdd648f5c3169ec (patch)
tree64e25ca30c2072519bf087c4f6d56b46644e62d2 /src/arm/omap3-n9.dts
parent16ae49e2bea5badc71c2265966ec2a9b0ba541dc (diff)
Notes
Diffstat (limited to 'src/arm/omap3-n9.dts')
-rw-r--r--src/arm/omap3-n9.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arm/omap3-n9.dts b/src/arm/omap3-n9.dts
index 39e35f8b8206a..e44d93fc644cc 100644
--- a/src/arm/omap3-n9.dts
+++ b/src/arm/omap3-n9.dts
@@ -11,6 +11,7 @@
/dts-v1/;
#include "omap3-n950-n9.dtsi"
+#include <dt-bindings/input/input.h>
/ {
model = "Nokia N9";
@@ -72,3 +73,9 @@
st,max-limit-y = <46>;
st,max-limit-z = <46>;
};
+
+&twl_keypad {
+ linux,keymap = < MATRIX_KEY(6, 8, KEY_VOLUMEUP)
+ MATRIX_KEY(7, 8, KEY_VOLUMEDOWN)
+ >;
+};