Skip to content

Commit

Permalink
arm64: dts: zynqmp: zcu106a: Describe DisplayPort connector
Browse files Browse the repository at this point in the history
Add a device tree node to describe the DisplayPort connector, and
connect it to the DPSUB output.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Michal Simek <michal.simek@amd.com>
  • Loading branch information
Laurent Pinchart committed Oct 20, 2022
1 parent 1f367ee commit ddcb8fa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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>;
};
};
};
};

0 comments on commit ddcb8fa

Please sign in to comment.