diff options
author | Alexander Stein <[email protected]> | 2024-03-01 10:14:12 +0100 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2024-03-29 20:16:05 +0800 |
commit | 3bd897dc1e3933411ae6ffe7a4bc72312b5fbfa8 (patch) | |
tree | 2237e9557e2619fb2eb8313327f26fe3eaa219b8 | |
parent | 4ba8634b0c63c2b7d03848141afbb2a17256f65d (diff) |
arm64: dts: imx8mp: 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/imx8mp.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 3556773a6422..9f3e7c23b2ef 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -1752,6 +1752,13 @@ remote-endpoint = <&lcdif1_to_dsim>; }; }; + + port@1 { + reg = <1>; + + mipi_dsi_out: endpoint { + }; + }; }; }; |