diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2023-10-12 10:15:54 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-11-27 09:47:55 +0800 |
commit | 5f55da4cc37051cda600ea870ce8cf29f1297715 (patch) | |
tree | 35ba44048fddf53515f91f2d8d9b3179cd1ddffb | |
parent | 0d4ac04fa7c3f6dc263dba6f575a2ec7a2d4eca8 (diff) |
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 <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/nxp/imx/imx7s.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nxp/imx/imx7s.dtsi b/arch/arm/boot/dts/nxp/imx/imx7s.dtsi index 8e05ab545213..3d221f8cba74 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7s.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7s.dtsi @@ -815,7 +815,7 @@ }; 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>, |