[U-Boot] [PATCH] arm: dts: imx6ull: move input include to base device tree

Stefano Babic sbabic at denx.de
Sun Feb 4 10:28:18 UTC 2018


On 25/01/2018 13:56, Stefan Agner wrote:
> From: Stefan Agner <stefan.agner at toradex.com>
> 
> 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 at toradex.com>
> ---
> 
>  arch/arm/dts/imx6ull-14x14-evk.dts | 1 -
>  arch/arm/dts/imx6ull.dtsi          | 1 +
>  2 files changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/dts/imx6ull-14x14-evk.dts b/arch/arm/dts/imx6ull-14x14-evk.dts
> index 2a941bff1c..8a1b67d6bb 100644
> --- a/arch/arm/dts/imx6ull-14x14-evk.dts
> +++ b/arch/arm/dts/imx6ull-14x14-evk.dts
> @@ -8,7 +8,6 @@
>  
>  /dts-v1/;
>  
> -#include <dt-bindings/input/input.h>
>  #include "imx6ull.dtsi"
>  
>  / {
> diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi
> index ea882a7f14..28b8422f31 100644
> --- a/arch/arm/dts/imx6ull.dtsi
> +++ b/arch/arm/dts/imx6ull.dtsi
> @@ -8,6 +8,7 @@
>  
>  #include <dt-bindings/clock/imx6ul-clock.h>
>  #include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/input.h>
>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>  #include "imx6ull-pinfunc.h"
>  #include "imx6ull-pinfunc-snvs.h"
> 

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================


More information about the U-Boot mailing list