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:
Ashok Reddy Soma 2022-05-10 07:12:34 -06:00 committed by Michal Simek
parent 6e38e2ea79
commit e9869f474c

View File

@ -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)