kernel: update 3.14 to 3.14.18
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0141-ahci-platform-Bump-max-number-of-clocks-to-5.patch
1 From fd475809eefc0870515d0b04815e2bbae67be906 Mon Sep 17 00:00:00 2001
2 From: Kumar Gala <galak@codeaurora.org>
3 Date: Fri, 6 Jun 2014 12:09:01 -0500
4 Subject: [PATCH 141/182] ahci-platform: Bump max number of clocks to 5
5
6 Qualcomm IPQ806x SoCs with SATA controllers need 5 clocks to be enabled.
7
8 Signed-off-by: Kumar Gala <galak@codeaurora.org>
9 ---
10 drivers/ata/ahci.h | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 --- a/drivers/ata/ahci.h
14 +++ b/drivers/ata/ahci.h
15 @@ -53,7 +53,7 @@
16
17 enum {
18 AHCI_MAX_PORTS = 32,
19 - AHCI_MAX_CLKS = 3,
20 + AHCI_MAX_CLKS = 5,
21 AHCI_MAX_SG = 168, /* hardware max is 64K */
22 AHCI_DMA_BOUNDARY = 0xffffffff,
23 AHCI_MAX_CMDS = 32,