Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee309f38 authored by Kumar Gala's avatar Kumar Gala Committed by Tejun Heo
Browse files

ahci-platform: Bump max number of clocks to 5



Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled.

Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 1bd06867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,