From: Alexander Stein Date: Fri, 1 Mar 2024 09:14:10 +0000 (+0100) Subject: arm64: dts: imx8mn: Add empty DSI output endpoint X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5cca780fd8c190f70e557be46a12584f4839a7f8;p=linux.git arm64: dts: imx8mn: Add empty DSI output endpoint Also add a corresponding label so overlays can reference that node. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 932c8b05c75fc..b901ee0d2d03f 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi @@ -1104,6 +1104,13 @@ remote-endpoint = <&lcdif_to_dsim>; }; }; + + port@1 { + reg = <1>; + + mipi_dsi_out: endpoint { + }; + }; }; };