summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2023-03-07 16:30:12 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2023-04-11 16:32:47 +0200
commit0cba966331603fe202179df1144365e7dedb9078 (patch)
tree5b8836545f5d58dd44ac9b14189ae808c74fe01f
parent772a2f097de091de9e81f3af274fe0c95615d5c6 (diff)
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 <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm64/boot/dts/ti/k3-am625-verdin.dtsi17
1 files changed, 16 insertions, 1 deletions
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 {