ARM: dts: imx6q-gk802: Do not hardcode input codes

Instead of hardcoding the input codes we can use the symbol name for
better readability.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2018-05-09 23:08:09 -03:00 committed by Shawn Guo
parent 51a739a635
commit 5630b1bd76
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include "imx6q.dtsi"
/ {
@ -43,7 +44,7 @@
recovery-button {
label = "recovery";
gpios = <&gpio3 16 1>;
linux,code = <0x198>; /* KEY_RESTART */
linux,code = <KEY_RESTART>;
wakeup-source;
};
};