diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2018-02-19 13:47:05 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-24 11:45:40 +0300 |
commit | 0f01b91f42bf6bca0edc72dd0472d54d2826477c (patch) | |
tree | 970b19a0654724412215941103c27c43344a2db2 | |
parent | c256bc42bcf932749cfef41a866a7f8ffe8a610d (diff) | |
download | linux-0f01b91f42bf6bca0edc72dd0472d54d2826477c.tar.xz |
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 <LW@KARO-electronics.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 25833724484e..558bce81209d 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 { |