mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
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:
parent
2e3cb02aba
commit
a99d4b7ab0
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user