arm64: dts: zynqmp: Add ports for the DisplayPort subsystem
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 6 Aug 2021 11:02:23 +0000 (14:02 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 20 Oct 2022 22:58:49 +0000 (01:58 +0300)
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 <laurent.pinchart@ideasonboard.com>
Acked-by: Michal Simek <michal.simek@amd.com>
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index a549265..307c76c 100644 (file)
                               <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO1>,
                               <&zynqmp_dpdma ZYNQMP_DPDMA_VIDEO2>,
                               <&zynqmp_dpdma ZYNQMP_DPDMA_GRAPHICS>;
+
+                       ports {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+
+                               port@0 {
+                                       reg = <0>;
+                               };
+                               port@1 {
+                                       reg = <1>;
+                               };
+                               port@2 {
+                                       reg = <2>;
+                               };
+                               port@3 {
+                                       reg = <3>;
+                               };
+                               port@4 {
+                                       reg = <4>;
+                               };
+                               port@5 {
+                                       reg = <5>;
+                               };
+                       };
                };
        };
 };