ipq806x: Add support for IPQ806x chip family
[openwrt/staging/lynxis/omap.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 diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
19 index 01f7bbe..968e7d9 100644
20 --- a/drivers/ata/ahci_platform.c
21 +++ b/drivers/ata/ahci_platform.c
22 @@ -577,6 +577,7 @@ static const struct of_device_id ahci_of_match[] = {
23 { .compatible = "snps,spear-ahci", },
24 { .compatible = "snps,exynos5440-ahci", },
25 { .compatible = "ibm,476gtr-ahci", },
26 + { .compatible = "snps,dwc-ahci", },
27 {},
28 };
29 MODULE_DEVICE_TABLE(of, ahci_of_match);
30 --
31 1.7.10.4
32