]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: zynqmp: Add maximum-speed property for dwc3 nodes
authorMichal Simek <michal.simek@xilinx.com>
Mon, 31 May 2021 15:51:58 +0000 (17:51 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 23 Jun 2021 07:48:35 +0000 (09:48 +0200)
dwc3 can be used only for higher speeds than super-speed that's why
explicitly set it up.
This is also aligned with other ZynqMP dts files.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
arch/arm/dts/zynqmp-zcu106-revA.dts
arch/arm/dts/zynqmp-zcu111-revA.dts
arch/arm/dts/zynqmp-zcu208-revA.dts
arch/arm/dts/zynqmp-zcu216-revA.dts

index 0c6a2a92dfe5dac59a15aa584695f189db54009b..b0506c08418e6b90ac09d8cc870a20454776edb2 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
 
 &zynqmp_dpdma {
index 4da7a3edf548c12ca63daa5f895cb034b36938f7..d7140fc950eebf4b9867669a52a6777767cfb28e 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
 
 &watchdog0 {
index 85821065dd430fe01410da83b8fa9324db928b0a..223bb8a6146283b71959d4a7dc2e964a77fcfc6d 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
 
 &zynqmp_dpdma {
index 03c84ae21acb688660b82fbb4df179d8ce0fc23d..7607098ac077a8bc2ebb838461e6d017d70964c5 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
index fd1d9bfbd199d6533d84b0e8f108633fc738bf94..7ba60da131f10065eaf3cec4ae0ed8a6666e546c 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };