Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kumar Gala and committed by
Tejun Heo
ee309f38 1bd06867

+1 -1
+1 -1
drivers/ata/ahci.h
··· 53 53 54 54 enum { 55 55 AHCI_MAX_PORTS = 32, 56 - AHCI_MAX_CLKS = 4, 56 + AHCI_MAX_CLKS = 5, 57 57 AHCI_MAX_SG = 168, /* hardware max is 64K */ 58 58 AHCI_DMA_BOUNDARY = 0xffffffff, 59 59 AHCI_MAX_CMDS = 32,