diff options
author | Alexander Stein <alexander.stein@ew.tq-group.com> | 2024-03-01 10:14:11 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-03-29 20:16:04 +0800 |
commit | 4ba8634b0c63c2b7d03848141afbb2a17256f65d (patch) | |
tree | d602b06133186533441c335591a11ca73f265932 | |
parent | 5cca780fd8c190f70e557be46a12584f4839a7f8 (diff) | |
download | linux-stable-4ba8634b0c63c2b7d03848141afbb2a17256f65d.tar.gz linux-stable-4ba8634b0c63c2b7d03848141afbb2a17256f65d.tar.bz2 linux-stable-4ba8634b0c63c2b7d03848141afbb2a17256f65d.zip |
arm64: dts: imx8mq: 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/imx8mq.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index c6dc3ba0d43b..e03186bbc415 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -1290,6 +1290,13 @@ remote-endpoint = <&lcdif_mipi_dsi>; }; }; + + port@1 { + reg = <1>; + + mipi_dsi_out: endpoint { + }; + }; }; }; |