2018-02-19 10:48:19

by Lothar Waßmann

[permalink] [raw]
Subject: [PATCH] ARM: dts: imx6dl: remove 'lcdif' node

According to the "i.MX 6Solo/6DualLite Applications Processor
Reference Manual" Rev. 3, 09/2017 there is no LCDIF unit on the
i.MX6DL.

Signed-off-by: Lothar Waßmann <[email protected]>
---
arch/arm/boot/dts/imx6dl.dtsi | 5 -----
1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index c01674f..d9c502a 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -80,11 +80,6 @@
reg = <0x020f4000 0x4000>;
interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
};
-
- lcdif: lcdif@20f8000 {
- reg = <0x020f8000 0x4000>;
- interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
- };
};

aips2: aips-bus@2100000 {
--
2.1.4



2018-02-19 11:04:58

by Fabio Estevam

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl: remove 'lcdif' node

On Mon, Feb 19, 2018 at 7:47 AM, Lothar Waßmann <[email protected]> wrote:
> According to the "i.MX 6Solo/6DualLite Applications Processor
> Reference Manual" Rev. 3, 09/2017 there is no LCDIF unit on the
> i.MX6DL.
>
> Signed-off-by: Lothar Waßmann <[email protected]>

Reviewed-by: Fabio Estevam <[email protected]>

2018-02-24 08:47:18

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: imx6dl: remove 'lcdif' node

On Mon, Feb 19, 2018 at 11:47:05AM +0100, Lothar Wa?mann wrote:
> According to the "i.MX 6Solo/6DualLite Applications Processor
> Reference Manual" Rev. 3, 09/2017 there is no LCDIF unit on the
> i.MX6DL.
>
> Signed-off-by: Lothar Wa?mann <[email protected]>

Applied, thanks.