[PATCH v2] arm64: dts: imx8mp: add interconnect for lcdif-hdmi

Marco Felsch posted 1 patch 1 month, 1 week ago
arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 ++++
1 file changed, 4 insertions(+)
[PATCH v2] arm64: dts: imx8mp: add interconnect for lcdif-hdmi
Posted by Marco Felsch 1 month, 1 week ago
Add the missing interconnect for the lcdif-hdmi.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
v2:
- align the list with the dt-bindings list

 arch/arm64/boot/dts/freescale/imx8mp.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
index 948b88cf5e9d..ca7ec1bb4be5 100644
--- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
@@ -2046,6 +2046,10 @@ hdmi_blk_ctrl: blk-ctrl@32fc0000 {
 						     "pai", "pvi", "trng",
 						     "hdmi-tx", "hdmi-tx-phy",
 						     "hdcp", "hrv";
+				interconnects = <&noc IMX8MP_ICM_HRV &noc IMX8MP_ICN_HDMI>,
+						<&noc IMX8MP_ICM_LCDIF_HDMI &noc IMX8MP_ICN_HDMI>,
+						<&noc IMX8MP_ICM_HDCP &noc IMX8MP_ICN_HDMI>;
+				interconnect-names = "hrv", "lcdif-hdmi", "hdcp";
 				#power-domain-cells = <1>;
 			};
 
-- 
2.39.5
Re: [PATCH v2] arm64: dts: imx8mp: add interconnect for lcdif-hdmi
Posted by Shawn Guo 3 weeks, 1 day ago
On Thu, Aug 21, 2025 at 06:01:37PM +0200, Marco Felsch wrote:
> Add the missing interconnect for the lcdif-hdmi.
> 
> Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>

Applied, thanks!