Skip to content
Snippets Groups Projects
Commit 62138567 authored by Eric Nelson's avatar Eric Nelson Committed by Troy Kisky
Browse files

dwc_ahsata: report from customer indicates problems with spin-up time for some SATA drives

parent c94c7040
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,7 @@ static int ahci_port_start(struct ahci_uc_priv *uc_priv, u8 port)
struct sata_port_regs *port_mmio = pp->port_mmio;
u32 port_status;
u32 mem;
int timeout = 10000000;
int timeout = 20000000;
debug("Enter start port: %d\n", port);
port_status = readl(&port_mmio->ssts);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment