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 <ashok.reddy.soma@xilinx.com> Link: https://lore.kernel.org/r/20220510131234.2650-1-ashok.reddy.soma@xilinx.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
6e38e2ea79
commit
e9869f474c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user