From 0cba966331603fe202179df1144365e7dedb9078 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 7 Mar 2023 16:30:12 +0100 Subject: arm64: dts: ti: k3-am625-verdin: add dss ports hooked to dsi bridge Add dss_ports hooked to dsi_bridge. Upstream-Status: Pending Initial DTS to be used for bring-up an validation of the V1.0 design, we'll decide on the step forward to mainline this once the bring-up and validation will be done. Signed-off-by: Marcel Ziswiler --- arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi index 4c1057cdac45..2f79cf094233 100644 --- a/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi @@ -844,6 +844,20 @@ status = "disabled"; }; +&dss_ports { + #address-cells = <1>; + #size-cells = <0>; + + /* VP2: DPI Output */ + port@1 { + reg = <1>; + + dpi_out: endpoint { + remote-endpoint = <&rgb_in>; + }; + }; +}; + &ecap0_pwm { status = "disabled"; }; @@ -1091,10 +1105,11 @@ port@0 { reg = <0>; + rgb_in: endpoint { data-lines = <18>; + remote-endpoint = <&dpi_out>; }; - }; port@1 { -- cgit v1.2.3