diff options
author | Alexander Stein <[email protected]> | 2024-03-01 10:14:09 +0100 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-03-29 20:15:48 +0800 |
commit | c726439fd92b48f6a22732c1ff174857db132b16 (patch) | |
tree | 317947f40bb479088d2baf635772cdca9562da17 | |
parent | 224598e2d536259be4a3f7e198f7003d9fbfcc82 (diff) |
arm64: dts: imx8mm: Add empty DSI output endpoint
Also add a corresponding label so overlays can reference that node.
Signed-off-by: Alexander Stein <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi b/arch/arm64/boot/dts/freescale/imx8mm.dtsi index 8a1b42b94dce..46473950e926 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi @@ -1168,6 +1168,13 @@ remote-endpoint = <&lcdif_to_dsim>; }; }; + + port@1 { + reg = <1>; + + mipi_dsi_out: endpoint { + }; + }; }; }; |