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?