Revert "ARM: dts: imx7s: Fix lcdif compatible"

This reverts commit 5f55da4cc3.

NXP downstream code base still use LCDIF fbdev driver
drivers/video/fbdev/mxsfb.c

The compatible string "fsl,imx6sx-lcdif" is only for DRM version.
Remove this patch and keep compatible string to "fsl,imx28-lcdif"
for LCDIF fbdev version.
This commit is contained in:
Sandor Yu 2024-01-03 16:50:01 +08:00
parent 2e3cb02aba
commit a99d4b7ab0

View File

@ -821,7 +821,7 @@
};
lcdif: lcdif@30730000 {
compatible = "fsl,imx7d-lcdif", "fsl,imx6sx-lcdif";
compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
reg = <0x30730000 0x10000>;
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,