summaryrefslogtreecommitdiffstats
path: root/board/sunxi/ahci.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/sunxi/ahci.c')
-rw-r--r--board/sunxi/ahci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/ahci.c b/board/sunxi/ahci.c
index 5e123285b0..b7f0dda205 100644
--- a/board/sunxi/ahci.c
+++ b/board/sunxi/ahci.c
@@ -76,6 +76,8 @@ void scsi_init(void)
#ifdef CONFIG_SATAPWR
gpio_request(CONFIG_SATAPWR, "satapwr");
gpio_direction_output(CONFIG_SATAPWR, 1);
+ /* Give attached sata device time to power-up to avoid link timeouts */
+ mdelay(500);
#endif
if (sunxi_ahci_phy_init(SUNXI_SATA_BASE) < 0)
OpenPOWER on IntegriCloud