Skip to content

Commit 5f55da4

Browse files
tq-steinaShawn Guo
authored andcommitted
ARM: dts: imx7s: Fix lcdif compatible
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]>
1 parent 0d4ac04 commit 5f55da4

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
@@ -815,7 +815,7 @@
815815
};
816816

817817
lcdif: lcdif@30730000 {
818-
compatible = "fsl,imx7d-lcdif", "fsl,imx28-lcdif";
818+
compatible = "fsl,imx7d-lcdif", "fsl,imx6sx-lcdif";
819819
reg = <0x30730000 0x10000>;
820820
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
821821
clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,

0 commit comments

Comments
 (0)