Commit 8955519bb3782c70dcfe24e078789d52a748a10a

Authored by Stefan Agner
Committed by Stefano Babic
1 parent 78804518e4

arm: dts: imx6ull: move input include to base device tree

The input keycode KEY_POWER is used in the imx6ull.dtsi file,
hence include the input header where used.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

arch/arm/dts/imx6ull-14x14-evk.dts
... ... @@ -8,7 +8,6 @@
8 8  
9 9 /dts-v1/;
10 10  
11   -#include <dt-bindings/input/input.h>
12 11 #include "imx6ull.dtsi"
13 12  
14 13 / {
arch/arm/dts/imx6ull.dtsi
... ... @@ -8,6 +8,7 @@
8 8  
9 9 #include <dt-bindings/clock/imx6ul-clock.h>
10 10 #include <dt-bindings/gpio/gpio.h>
  11 +#include <dt-bindings/input/input.h>
11 12 #include <dt-bindings/interrupt-controller/arm-gic.h>
12 13 #include "imx6ull-pinfunc.h"
13 14 #include "imx6ull-pinfunc-snvs.h"