aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Stein <[email protected]>2024-03-01 10:14:09 +0100
committerShawn Guo <[email protected]>2024-03-29 20:15:48 +0800
commitc726439fd92b48f6a22732c1ff174857db132b16 (patch)
tree317947f40bb479088d2baf635772cdca9562da17
parent224598e2d536259be4a3f7e198f7003d9fbfcc82 (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.dtsi7
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 {
+ };
+ };
};
};