phy: zynqmp: Increase timeout value to 10ms
authorAshok Reddy Soma <ashok.reddy.soma@xilinx.com>
Tue, 10 May 2022 13:12:34 +0000 (07:12 -0600)
committerMichal Simek <michal.simek@amd.com>
Wed, 18 May 2022 11:17:54 +0000 (13:17 +0200)
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>
drivers/phy/phy-zynqmp.c

index 08c1b6e..d1288bb 100644 (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)