Skip to content

Commit f43689c

Browse files
tq-steinaSasha Levin
authored andcommitted
ARM: dts: imx7s: Fix lcdif compatible
[ Upstream commit 5f55da4 ] 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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent d659a8d commit f43689c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx7s.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@
818818
};
819819

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

0 commit comments

Comments
 (0)