aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKefeng Wang <kefeng.wang@linaro.org>2014-01-20 19:57:40 +0800
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-04-06 19:51:01 +0400
commit3df8c1acf621a18768a9b2bc5b8b93cae8aa1fe5 (patch)
tree5333b9c2391a21795fa73615587a066981bfac54
parent370fade285d442cd90cb6eeacaa2fbc1809da99b (diff)
ahci: add support for Hisilicon sata
The hip04 SoC of hisilicon has an AHCI compliant SATA controller. This patch adds the compatible string, and the controller is compliant with the ahci 1.3 and sata 3.0 specification. ISSUE: The hardware has defective designs. Signed-off-by: Kefeng Wang <kefeng.wang@linaro.org>
-rw-r--r--drivers/ata/ahci_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index 4b231baceb09..b62a3abba8e9 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -330,6 +330,7 @@ static const struct of_device_id ahci_of_match[] = {
{ .compatible = "snps,spear-ahci", },
{ .compatible = "snps,exynos5440-ahci", },
{ .compatible = "ibm,476gtr-ahci", },
+ { .compatible = "hisilicon,hisi-ahci", },
{},
};
MODULE_DEVICE_TABLE(of, ahci_of_match);