linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] ahci-platform: Bump max number of clocks to 5
@ 2014-06-12 19:13 Kumar Gala
  2014-06-12 19:13 ` [PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver Kumar Gala
  2014-06-12 19:13 ` [PATCH 3/3] ata: qcom: Add device tree bindings information Kumar Gala
  0 siblings, 2 replies; 7+ messages in thread
From: Kumar Gala @ 2014-06-12 19:13 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Kumar Gala <galak@codeaurora.org>
---
 drivers/ata/ahci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h
index 05882e4..001aa99 100644
--- a/drivers/ata/ahci.h
+++ b/drivers/ata/ahci.h
@@ -53,7 +53,7 @@
 
 enum {
 	AHCI_MAX_PORTS		= 32,
-	AHCI_MAX_CLKS		= 3,
+	AHCI_MAX_CLKS		= 5,
 	AHCI_MAX_SG		= 168, /* hardware max is 64K */
 	AHCI_DMA_BOUNDARY	= 0xffffffff,
 	AHCI_MAX_CMDS		= 32,
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-13 16:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 19:13 [PATCH 1/3] ahci-platform: Bump max number of clocks to 5 Kumar Gala
2014-06-12 19:13 ` [PATCH 2/3] ata: Add Qualcomm ARM SoC AHCI SATA host controller driver Kumar Gala
2014-06-12 19:50   ` Stephen Boyd
2014-06-12 21:23     ` Kumar Gala
2014-06-13 14:38   ` Stanimir Varbanov
2014-06-13 16:11     ` Kumar Gala
2014-06-12 19:13 ` [PATCH 3/3] ata: qcom: Add device tree bindings information Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).