aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-09-22 15:09:45 -0500
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2014-10-08 17:53:15 +0100
commita1740b413a7bd6581ef9728e26285d6a4422b4cc (patch)
treef67f5677330510fea97d67886f916f404f4d3259
parentbfe01a5ba2490f299e1d2d5508cbbbadd897bbe9 (diff)
ahci-platform: Bump max number of clocks to 5legacy/tracking-qcomlt-sata
Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled. Signed-off-by: Kumar Gala <galak@codeaurora.org>
-rw-r--r--drivers/ata/ahci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 59ae0ee00149..90156ff1e9cb 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -53,7 +53,7 @@
enum {
AHCI_MAX_PORTS = 32,
- AHCI_MAX_CLKS = 4,
+ AHCI_MAX_CLKS = 5,
AHCI_MAX_SG = 168, /* hardware max is 64K */
AHCI_DMA_BOUNDARY = 0xffffffff,
AHCI_MAX_CMDS = 32,