diff options
author | Michal Simek | 2021-05-31 17:51:58 +0200 |
---|---|---|
committer | Michal Simek | 2021-06-23 09:48:35 +0200 |
commit | 184309b8c69efa9610d8a1de918672eb322bd5ba (patch) | |
tree | bb55cbdf63c34bbf453e16cf8f73079fe6eb5739 /arch/arm/dts/zynqmp-zcu106-revA.dts | |
parent | 7c3ad8f6a32cafd0732bfad31b2e53fd33666323 (diff) |
arm64: zynqmp: Add maximum-speed property for dwc3 nodes
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>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu106-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu106-revA.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/zynqmp-zcu106-revA.dts b/arch/arm/dts/zynqmp-zcu106-revA.dts index 4da7a3edf54..d7140fc950e 100644 --- a/arch/arm/dts/zynqmp-zcu106-revA.dts +++ b/arch/arm/dts/zynqmp-zcu106-revA.dts @@ -1040,6 +1040,7 @@ snps,usb3_lpm_capable; phy-names = "usb3-phy"; phys = <&psgtr 2 PHY_TYPE_USB3 0 2>; + maximum-speed = "super-speed"; }; &watchdog0 { |