aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
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-16 23:52:29 +0400
commitebff48d31d04fbd81e158cfacba9ea847ba66f36 (patch)
treef0a17b4b6a7326d6fdb99c3edaf1bd59e495502c /drivers/ata
parent2591d232bf53a96d3080833d64e8ed89a343d809 (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>
Diffstat (limited to 'drivers/ata')
-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 4b231baceb0..b62a3abba8e 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);