[PATCH v2 15/19] ARM: dts: i.mxrt1050: add lcdif node

Giulio Benetti giulio.benetti at benettiengineering.com
Sun Mar 22 23:46:08 CET 2020


Sorry I've sent this patch twice.

-- 
Giulio Benetti
Benetti Engineering sas

On 3/22/20 11:44 PM, Giulio Benetti wrote:
> Add lcdif node to SoC.
> 
> Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
> ---
>   arch/arm/dts/imxrt1050.dtsi | 10 ++++++++++
>   1 file changed, 10 insertions(+)
> 
> diff --git a/arch/arm/dts/imxrt1050.dtsi b/arch/arm/dts/imxrt1050.dtsi
> index b1d98e6feb..0123f4788c 100644
> --- a/arch/arm/dts/imxrt1050.dtsi
> +++ b/arch/arm/dts/imxrt1050.dtsi
> @@ -13,6 +13,7 @@
>   
>   / {
>   	aliases {
> +		display0 = &lcdif;
>   		gpio0 = &gpio1;
>   		gpio1 = &gpio2;
>   		gpio2 = &gpio3;
> @@ -142,5 +143,14 @@
>   			interrupt-controller;
>   			#interrupt-cells = <2>;
>   		};
> +
> +		lcdif: lcdif at 402b8000 {
> +		    compatible = "fsl,imxrt-lcdif";
> +		    reg = <0x402b8000 0x10000>;
> +		    interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
> +		    clocks = <&clks IMXRT1050_CLK_LCDIF>;
> +		    clock-names = "per";
> +		    status = "disabled";
> +		};
>   	};
>   };
> 



More information about the U-Boot mailing list