diff options
| author | Ashok Reddy Soma <[email protected]> | 2022-05-10 07:12:34 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-05-18 13:17:54 +0200 |
| commit | e9869f474c35b81577066441dce6960c03089023 (patch) | |
| tree | e094401a922aab98b21fbfaf691d2c48b070159c /drivers | |
| parent | 6e38e2ea795e7e36abe8755f536747b76a29094f (diff) | |
phy: zynqmp: Increase timeout value to 10ms
Observing psgtr pll timeouts with some usb hubs and devices behind it.
Increase timeout to 10ms to take care of it.
Signed-off-by: Ashok Reddy Soma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/phy-zynqmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-zynqmp.c b/drivers/phy/phy-zynqmp.c index 08c1b6efcfd..d1288bb17f3 100644 --- a/drivers/phy/phy-zynqmp.c +++ b/drivers/phy/phy-zynqmp.c @@ -168,7 +168,7 @@ enum { }; /* Timeout values */ -#define TIMEOUT_US 1000 +#define TIMEOUT_US 10000 #define IOU_SLCR_GEM_CLK_CTRL 0x308 #define GEM_CTRL_GEM_SGMII_MODE BIT(2) |
