summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.h
diff options
context:
space:
mode:
authorKumar Gala2014-09-22 22:09:45 +0200
committerTejun Heo2014-09-23 15:16:56 +0200
commitee309f382985cbb29d85965a2de96bc715260463 (patch)
tree55ff93aa6cd8bc6ac16498929ba21bc59f831f29 /drivers/ata/ahci.h
parentahci: ahci_p5wdh_workaround - constify DMI table (diff)
downloadkernel-qcow2-linux-ee309f382985cbb29d85965a2de96bc715260463.tar.gz
kernel-qcow2-linux-ee309f382985cbb29d85965a2de96bc715260463.tar.xz
kernel-qcow2-linux-ee309f382985cbb29d85965a2de96bc715260463.zip
ahci-platform: Bump max number of clocks to 5
Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled. Signed-off-by: Kumar Gala <galak@codeaurora.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci.h')
-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,