Re: [PATCH] arm64: dts: imx8mq: Add eLCDIF controller

From: Fabio Estevam
Date: Sat Nov 23 2019 - 12:10:02 EST


On Sat, Nov 23, 2019 at 9:09 AM Guido GÃnther <agx@xxxxxxxxxxx> wrote:
>
> Add a node for the eLCDIF controller, "disabled" by default.
>
> Signed-off-by: Guido GÃnther <agx@xxxxxxxxxxx>
> ---
> With some minimal support on imx8mq we might as well add it to the DT
>
> arch/arm64/boot/dts/freescale/imx8mq.dtsi | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 7f9319452b58..00aa63bfd816 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -448,6 +448,23 @@
> fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";
> };
>
> + lcdif: lcdif@30320000 {

Forgot to say that generic node names are preferred, so maybe:

lcdif: lcd-controller@30320000 {

instead?