devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Alexander Stein <alexander.stein@ew.tq-group.com>,
	Shawn Guo <shawnguo@kernel.org>, Sasha Levin <sashal@kernel.org>,
	robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
	conor+dt@kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH AUTOSEL 5.15 11/47] ARM: dts: imx7s: Fix lcdif compatible
Date: Tue, 16 Jan 2024 14:57:14 -0500	[thread overview]
Message-ID: <20240116195834.257313-11-sashal@kernel.org> (raw)
In-Reply-To: <20240116195834.257313-1-sashal@kernel.org>

From: Alexander Stein <alexander.stein@ew.tq-group.com>

[ Upstream commit 5f55da4cc37051cda600ea870ce8cf29f1297715 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 arch/arm/boot/dts/imx7s.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi
index 6cdaaacd9e36..35ee179e5ae3 100644
--- a/arch/arm/boot/dts/imx7s.dtsi
+++ b/arch/arm/boot/dts/imx7s.dtsi
@@ -802,7 +802,7 @@ csi_from_csi_mux: endpoint {
 			};
 
 			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>,
-- 
2.43.0


  parent reply	other threads:[~2024-01-16 19:59 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240116195834.257313-1-sashal@kernel.org>
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 10/47] ARM: dts: imx7d: Fix coresight funnel ports Sasha Levin
2024-01-16 19:57 ` Sasha Levin [this message]
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 12/47] ARM: dts: imx7s: Fix nand-controller #size-cells Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 21/47] ARM: dts: rockchip: fix rk3036 hdmi ports node Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 22/47] ARM: dts: imx25/27-eukrea: Fix RTC node name Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 23/47] ARM: dts: imx: Use flash@0,0 pattern Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 24/47] ARM: dts: imx27: Fix sram node Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 25/47] ARM: dts: imx1: " Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 28/47] ARM: dts: imx25: Fix the iim compatible string Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 29/47] ARM: dts: imx25/27: Pass timing0 Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 30/47] ARM: dts: imx27-apf27dev: Fix LED name Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 31/47] ARM: dts: imx23-sansa: Use preferred i2c-gpios properties Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 32/47] ARM: dts: imx23/28: Fix the DMA controller node name Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 36/47] arm64: dts: qcom: msm8996: Fix 'in-ports' is a required property Sasha Levin
2024-01-16 19:57 ` [PATCH AUTOSEL 5.15 37/47] arm64: dts: qcom: msm8998: Fix 'out-ports' " Sasha Levin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240116195834.257313-11-sashal@kernel.org \
    --to=sashal@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).