kernel: update 3.14 to 3.14.18
[openwrt/openwrt.git] / target / linux / ipq806x / patches / 0116-ata-ahci_platform-Add-DT-compatible-for-Synopsis-DWC.patch
1 From bab3492791ade083c172a898b6f7a3692ffb89d5 Mon Sep 17 00:00:00 2001
2 From: Roger Quadros <rogerq@ti.com>
3 Date: Sat, 22 Feb 2014 16:53:38 +0100
4 Subject: [PATCH 116/182] ata: ahci_platform: Add DT compatible for Synopsis
5 DWC AHCI controller
6
7 Add compatible string "snps,dwc-ahci", which should be used
8 for Synopsis Designware SATA cores. e.g. on TI OMAP5 and DRA7 platforms.
9
10 Signed-off-by: Roger Quadros <rogerq@ti.com>
11 Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
12 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
13 Signed-off-by: Tejun Heo <tj@kernel.org>
14 ---
15 drivers/ata/ahci_platform.c | 1 +
16 1 file changed, 1 insertion(+)
17
18 --- a/drivers/ata/ahci_platform.c
19 +++ b/drivers/ata/ahci_platform.c
20 @@ -577,6 +577,7 @@ static const struct of_device_id ahci_of
21 { .compatible = "snps,spear-ahci", },
22 { .compatible = "snps,exynos5440-ahci", },
23 { .compatible = "ibm,476gtr-ahci", },
24 + { .compatible = "snps,dwc-ahci", },
25 {},
26 };
27 MODULE_DEVICE_TABLE(of, ahci_of_match);