ARM: dts: imx7s: Fix lcdif compatible
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 12 Oct 2023 08:15:54 +0000 (10:15 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Nov 2023 01:47:55 +0000 (09:47 +0800)
imx7d-lcdif is compatible to imx6sx-lcdif. MXSFB_V6 supports overlay
by using LCDC_AS_CTRL register. This registers used by overlay plane:
* LCDC_AS_CTRL
* LCDC_AS_BUF
* LCDC_AS_NEXT_BUF
are listed in i.MX7D RM as well.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7s.dtsi

index 8e05ab545213e1b5bff52144a0a53d7167aaff9b..3d221f8cba743de59bd0d12aa40130f3a56923b5 100644 (file)
                        };
 
                        lcdif: lcdif@30730000 {
-                               compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
+                               compatible = "fsl,imx7d-lcdif", "fsl,imx6sx-lcdif";
                                reg = <0x30730000 0x10000>;
                                interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,