diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-03-01 10:14:10 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-03-29 20:16:02 +0800 |
commit | 5cca780fd8c190f70e557be46a12584f4839a7f8 (patch) | |
tree | 31f77ebd68921d617ade7324aa75912caf4706f3 | |
parent | c726439fd92b48f6a22732c1ff174857db132b16 (diff) | |
download | linux-stable-5cca780fd8c190f70e557be46a12584f4839a7f8.tar.gz linux-stable-5cca780fd8c190f70e557be46a12584f4839a7f8.tar.bz2 linux-stable-5cca780fd8c190f70e557be46a12584f4839a7f8.zip |
arm64: dts: imx8mn: Add empty DSI output endpoint
Also add a corresponding label so overlays can reference that node.
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mn.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi b/arch/arm64/boot/dts/freescale/imx8mn.dtsi index 932c8b05c75f..b901ee0d2d03 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 { + }; + }; }; }; |