[U-Boot] [PATCH 6/7] ahci: increase spin-up timeout to 20 sec

Rob Herring robherring2 at gmail.com
Wed May 22 00:44:35 CEST 2013


From: Rob Herring <rob.herring at calxeda.com>

Based on Linux libata code, most drives are less than 10 sec, but some
need up to 20 sec.

Signed-off-by: Rob Herring <rob.herring at calxeda.com>
---
 drivers/block/ahci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/ahci.c b/drivers/block/ahci.c
index 5ffdf95..ac60891 100644
--- a/drivers/block/ahci.c
+++ b/drivers/block/ahci.c
@@ -55,7 +55,7 @@ hd_driveid_t *ataid[AHCI_MAX_PORTS];
 #endif
 
 /* Maximum timeouts for each event */
-#define WAIT_MS_SPINUP	10000
+#define WAIT_MS_SPINUP	20000
 #define WAIT_MS_DATAIO	5000
 #define WAIT_MS_FLUSH	5000
 #define WAIT_MS_LINKUP	4
-- 
1.8.1.2



More information about the U-Boot mailing list