Skip to content

Commit ddcb8fa

Browse files
committed
arm64: dts: zynqmp: zcu106a: Describe DisplayPort connector
Add a device tree node to describe the DisplayPort connector, and connect it to the DPSUB output. Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Michal Simek <[email protected]>
1 parent 1f367ee commit ddcb8fa

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,18 @@
150150
#clock-cells = <0>;
151151
clock-frequency = <114285000>;
152152
};
153+
154+
dpcon {
155+
compatible = "dp-connector";
156+
label = "P11";
157+
type = "full-size";
158+
159+
port {
160+
dpcon_in: endpoint {
161+
remote-endpoint = <&dpsub_dp_out>;
162+
};
163+
};
164+
};
153165
};
154166

155167
&can1 {
@@ -1015,4 +1027,12 @@
10151027
phy-names = "dp-phy0", "dp-phy1";
10161028
phys = <&psgtr 1 PHY_TYPE_DP 0 3>,
10171029
<&psgtr 0 PHY_TYPE_DP 1 3>;
1030+
1031+
ports {
1032+
port@5 {
1033+
dpsub_dp_out: endpoint {
1034+
remote-endpoint = <&dpcon_in>;
1035+
};
1036+
};
1037+
};
10181038
};

0 commit comments

Comments
 (0)