Skip to content

Commit

Permalink
ahci-platform: Bump max number of clocks to 5
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala authored and Tejun Heo committed Sep 23, 2014
1 parent 1bd0686 commit ee309f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/ahci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ee309f3

Please sign in to comment.