Re: [DO NOT MERGE PATCH v4 16/19] arm64: dts: imx8qxp: Add display controller subsystem

2024-11-26 Thread Liu Ying
On 11/26/2024, Maxime Ripard wrote: > On Tue, Nov 26, 2024 at 10:08:26AM +0800, Liu Ying wrote: >> On 11/25/2024, Francesco Dolcini wrote: >>> On Mon, Nov 25, 2024 at 05:33:13PM +0800, Liu Ying wrote: Add display controller subsystem in i.MX8qxp SoC. Signed-off-by: Liu Ying >>> >>>

Re: [DO NOT MERGE PATCH v4 16/19] arm64: dts: imx8qxp: Add display controller subsystem

2024-11-26 Thread Maxime Ripard
On Tue, Nov 26, 2024 at 10:08:26AM +0800, Liu Ying wrote: > On 11/25/2024, Francesco Dolcini wrote: > > On Mon, Nov 25, 2024 at 05:33:13PM +0800, Liu Ying wrote: > >> Add display controller subsystem in i.MX8qxp SoC. > >> > >> Signed-off-by: Liu Ying > > > > ... > > > >> diff --git a/arch/arm64/

Re: [DO NOT MERGE PATCH v4 16/19] arm64: dts: imx8qxp: Add display controller subsystem

2024-11-25 Thread Liu Ying
On 11/25/2024, Francesco Dolcini wrote: > On Mon, Nov 25, 2024 at 05:33:13PM +0800, Liu Ying wrote: >> Add display controller subsystem in i.MX8qxp SoC. >> >> Signed-off-by: Liu Ying > > ... > >> diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi >> b/arch/arm64/boot/dts/freescale/imx8qxp.

[DO NOT MERGE PATCH v4 16/19] arm64: dts: imx8qxp: Add display controller subsystem

2024-11-25 Thread Liu Ying
Add display controller subsystem in i.MX8qxp SoC. Signed-off-by: Liu Ying --- v4: * No change. v3: * No change. v2: * New patch. (Krzysztof) .../arm64/boot/dts/freescale/imx8-ss-dc0.dtsi | 408 ++ .../boot/dts/freescale/imx8qxp-ss-dc.dtsi | 236 ++ arch/arm64/boot/

Re: [DO NOT MERGE PATCH v4 16/19] arm64: dts: imx8qxp: Add display controller subsystem

2024-11-25 Thread Francesco Dolcini
On Mon, Nov 25, 2024 at 05:33:13PM +0800, Liu Ying wrote: > Add display controller subsystem in i.MX8qxp SoC. > > Signed-off-by: Liu Ying ... > diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi > index 05138326f0a5..35cc82cbbcd1 100644 > ---