Re: Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-24 Thread Laurentiu Palcu
Hi Fabio, On Mon, Sep 23, 2019 at 01:12:42PM -0300, Fabio Estevam wrote: > Hi Laurentiu, > > On Mon, Sep 23, 2019 at 11:14 AM Laurentiu Palcu > wrote: > > > + > > + dcss: dcss@0x32e0 { > > Node names should be generic, so: > > dcss: display-controller@32e0 fair

Re: Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-24 Thread Laurentiu Palcu
On Mon, Sep 23, 2019 at 09:54:42AM -0700, Stephen Boyd wrote: > Quoting Laurentiu Palcu (2019-09-23 07:13:19) > > diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > > b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > > index 52aae34..d4aa778 100644 > > ---

Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-23 Thread Fabio Estevam
On Mon, Sep 23, 2019 at 2:01 PM Lucas Stach wrote: > No, they are not. Those are imx-irqsteer IRQs, this controller has 0 > irq cells, so the description in this patch is correct. Good point, thanks!

Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-23 Thread Lucas Stach
Am Montag, den 23.09.2019, 13:12 -0300 schrieb Fabio Estevam: > Hi Laurentiu, > > On Mon, Sep 23, 2019 at 11:14 AM Laurentiu Palcu > wrote: > > > + > > + dcss: dcss@0x32e0 { > > Node names should be generic, so: > > dcss: display-controller@32e0 > > > +

Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-23 Thread Stephen Boyd
Quoting Laurentiu Palcu (2019-09-23 07:13:19) > diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > index 52aae34..d4aa778 100644 > --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi > +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi > @@ -871,6

Re: [PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-23 Thread Fabio Estevam
Hi Laurentiu, On Mon, Sep 23, 2019 at 11:14 AM Laurentiu Palcu wrote: > + > + dcss: dcss@0x32e0 { Node names should be generic, so: dcss: display-controller@32e0 > + #address-cells = <1>; > +

[PATCH 5/5] arm64: dts: imx8mq: add DCSS node

2019-09-23 Thread Laurentiu Palcu
This patch adds the node for iMX8MQ Display Controller Subsystem. Signed-off-by: Laurentiu Palcu --- arch/arm64/boot/dts/freescale/imx8mq.dtsi | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi