Skip to content

Commit

Permalink
ata: ahci_platform: Increase AHCI_MAX_CLKS to 4
Browse files Browse the repository at this point in the history
The Tegra124 SATA controller requires 4 clocks. Increase this constant
to be able to use them all.

Signed-off-by: Mikko Perttunen <[email protected]>
Acked-by: Hans de Goede <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
cyndis authored and htejun committed Jul 18, 2014
1 parent 4e6d1bb commit 0e38699
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 = 3,
AHCI_MAX_CLKS = 4,
AHCI_MAX_SG = 168, /* hardware max is 64K */
AHCI_DMA_BOUNDARY = 0xffffffff,
AHCI_MAX_CMDS = 32,
Expand Down

0 comments on commit 0e38699

Please sign in to comment.