From: Paul Kocialkowski Date: Sun, 28 Feb 2016 12:39:43 +0000 (+0100) Subject: ARM: dts: omap3-sniper: TWL4030 keypad support X-Git-Tag: v5.15~13978^2~7^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5193523ba644d60283986495d410659922660b5b;p=platform%2Fkernel%2Flinux-starfive.git ARM: dts: omap3-sniper: TWL4030 keypad support This adds support for the volume and gesture keys, using TWL4030 keypad. Signed-off-by: Paul Kocialkowski Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-sniper.dts b/arch/arm/boot/dts/omap3-sniper.dts index 6e31daf..78a1184 100644 --- a/arch/arm/boot/dts/omap3-sniper.dts +++ b/arch/arm/boot/dts/omap3-sniper.dts @@ -8,6 +8,7 @@ /dts-v1/; #include "omap36xx.dtsi" +#include / { model = "LG Optimus Black"; @@ -226,6 +227,14 @@ #include "twl4030.dtsi" #include "twl4030_omap3.dtsi" +&twl_keypad { + linux,keymap = < + MATRIX_KEY(0x00, 0x00, KEY_VOLUMEUP) + MATRIX_KEY(0x01, 0x00, KEY_VOLUMEDOWN) + MATRIX_KEY(0x02, 0x00, KEY_SELECT) + >; +}; + /* * The TWL4030 VAUX2 and VDAC regulators power sensors that are slaves on I2C3. * When not powered, these sensors cause the I2C3 clock to stay low at all times,