From: H. Nikolaus Schaller Date: Tue, 31 Jul 2018 07:11:18 +0000 (+0200) Subject: ARM: dts: omap3-gta04: make use of input event include file and constants X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39b1c4944f712b49878d3cb9c573b829df5d6275;p=linux.git ARM: dts: omap3-gta04: make use of input event include file and constants we can replace magic numbers by symbolic constants now. Signed-off-by: H. Nikolaus Schaller Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index bb4c9ad62edb5..98f31f1814d04 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -10,6 +10,7 @@ /dts-v1/; #include "omap36xx.dtsi" +#include / { model = "OMAP3 GTA04"; @@ -43,7 +44,7 @@ aux-button { label = "aux"; - linux,code = <169>; + linux,code = ; gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; wakeup-source; };