]> git.ipfire.org Git - thirdparty/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, 16 Jun 2021 08:40:11 +0000 (10:40 +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 e6636514afcb439a2793cc6e612c9c6d6c849774..f08546544b9c3673a9a1e950111f24a44d4fe638 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
 
 &zynqmp_dpsub {
index 8335d86ba9be1d7cceeb47d608c7c6a130d9be54..b5201b911c70037afc0db3f3060f5838543b6a84 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
 
 &watchdog0 {
index 4f2cf8ee36f5142b327ccffcf261c20cfada3c53..33941e3146f8a40cffe4f78f4e91767c5104f295 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 b885785a868fb127ecbefe56f8d5b9bba18627e5..8e4048e98e8397c266c873d0945836f9ea372d2c 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };
index 5bd4857b8b19b7083c558dec9b9e7ee5af35c6e3..1cfd35ab297a76bca6cb32fc29cbd77aa27bfde3 100644 (file)
        snps,usb3_lpm_capable;
        phy-names = "usb3-phy";
        phys = <&psgtr 2 PHY_TYPE_USB3 0 2>;
+       maximum-speed = "super-speed";
 };