Skip to content

Commit 1f367ee

Browse files
committed
arm64: dts: zynqmp: Add ports for the DisplayPort subsystem
The DPSUB DT bindings now specify ports to model the connections with the programmable logic and the DisplayPort output. Add them to the device tree. Signed-off-by: Laurent Pinchart <[email protected]> Acked-by: Michal Simek <[email protected]>
1 parent 5616716 commit 1f367ee

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

arch/arm64/boot/dts/xilinx/zynqmp.dtsi

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -930,6 +930,30 @@
930930
<&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO1>,
931931
<&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO2>,
932932
<&zynqmp_dpdma ZYNQMP_DPDMA_GRAPHICS>;
933+
934+
ports {
935+
#address-cells = <1>;
936+
#size-cells = <0>;
937+
938+
port@0 {
939+
reg = <0>;
940+
};
941+
port@1 {
942+
reg = <1>;
943+
};
944+
port@2 {
945+
reg = <2>;
946+
};
947+
port@3 {
948+
reg = <3>;
949+
};
950+
port@4 {
951+
reg = <4>;
952+
};
953+
port@5 {
954+
reg = <5>;
955+
};
956+
};
933957
};
934958
};
935959
};

0 commit comments

Comments
 (0)