]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Introduce DP port labels
authorMichal Simek <michal.simek@amd.com>
Tue, 2 Sep 2025 08:53:32 +0000 (10:53 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 9 Oct 2025 07:07:04 +0000 (09:07 +0200)
Describe every port by unique label for easier wiring with DT overlays.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/933151f48f236f64ec9e91b9da4f174460a269e6.1756803198.git.michal.simek@amd.com
arch/arm/dts/zynqmp-sck-kr-g-revB.dtso
arch/arm/dts/zynqmp-sck-kv-g-revB.dtso
arch/arm/dts/zynqmp-zcu106-revA.dts
arch/arm/dts/zynqmp.dtsi

index 60ac5085f738c572a9d5ff1d4dee15ae76e044bd..99ad220d13d6ff65f50aeb7a52462d5f079a87aa 100644 (file)
        phy-names = "dp-phy0";
        phys = <&psgtr 1 PHY_TYPE_DP 0 1>;
        assigned-clock-rates = <27000000>, <25000000>, <300000000>;
+};
 
-       ports {
-               port@5 {
-                       dpsub_dp_out: endpoint {
-                               remote-endpoint = <&dpcon_in>;
-                       };
-               };
+&out_dp {
+       dpsub_dp_out: endpoint {
+               remote-endpoint = <&dpcon_in>;
        };
 };
 
index 078d98e8ff34e7413ab52a4e3f6834ece1647819..a4ae37ebaccf6f8eb39da938ab388c3dcbd087cc 100644 (file)
        phy-names = "dp-phy0", "dp-phy1";
        phys = <&psgtr 1 PHY_TYPE_DP 0 0>, <&psgtr 0 PHY_TYPE_DP 1 0>;
        assigned-clock-rates = <27000000>, <25000000>, <300000000>;
+};
 
-       ports {
-               port@5 {
-                       dpsub_dp_out: endpoint {
-                               remote-endpoint = <&dpcon_in>;
-                       };
-               };
+&out_dp {
+       dpsub_dp_out: endpoint {
+               remote-endpoint = <&dpcon_in>;
        };
 };
 
index a19d78e5546e4095d607487f8229ab83f40c2175..1ec95c67a7d1e511cf35908d13bf97b29f1980b9 100644 (file)
        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>;
-                       };
-               };
+&out_dp {
+       dpsub_dp_out: endpoint {
+               remote-endpoint = <&dpcon_in>;
        };
 };
index 27bbb9230fe730d811c603a3bb56a2c32e8efe2a..02e1c4615c7e2a35979831f9f3f7b428e7305e28 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <0>;
 
-                               port@0 {
+                               live_video: port@0 {
                                        reg = <0>;
                                };
-                               port@1 {
+                               live_gfx: port@1 {
                                        reg = <1>;
                                };
-                               port@2 {
+                               live_audio: port@2 {
                                        reg = <2>;
                                };
-                               port@3 {
+                               out_video: port@3 {
                                        reg = <3>;
                                };
-                               port@4 {
+                               out_audio: port@4 {
                                        reg = <4>;
                                };
-                               port@5 {
+                               out_dp: port@5 {
                                        reg = <5>;
                                };
                        };