From: Laurent Pinchart Date: Fri, 6 Aug 2021 11:19:32 +0000 (+0300) Subject: arm64: dts: zynqmp: zcu106a: Describe DisplayPort connector X-Git-Tag: v6.6.17~5843^2~29^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddcb8fa6514f2baf0fdb45e7ba12fbf3abb112c7;hp=-c;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Michal Simek --- ddcb8fa6514f2baf0fdb45e7ba12fbf3abb112c7 diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts index e2dd72f..24a2523 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts @@ -150,6 +150,18 @@ #clock-cells = <0>; clock-frequency = <114285000>; }; + + dpcon { + compatible = "dp-connector"; + label = "P11"; + type = "full-size"; + + port { + dpcon_in: endpoint { + remote-endpoint = <&dpsub_dp_out>; + }; + }; + }; }; &can1 { @@ -1015,4 +1027,12 @@ phy-names = "dp-phy0", "dp-phy1"; phys = <&psgtr 1 PHY_TYPE_DP 0 3>, <&psgtr 0 PHY_TYPE_DP 1 3>; + + ports { + port@5 { + dpsub_dp_out: endpoint { + remote-endpoint = <&dpcon_in>; + }; + }; + }; };