]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: dts: zynqmp: Add ports for the DisplayPort subsystem
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Fri, 22 Sep 2023 10:35:39 +0000 (12:35 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 9 Oct 2023 08:25:32 +0000 (10:25 +0200)
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>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/1c91420e90bc823d7529834c33438216857c7161.1695378830.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi

index c77718fa7c281e0648749e129977b2fcfc688255..30bd7b499603263d86c1b0ad0605bba6445528f0 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>;
+                               };
+                       };
                };
        };
 };