From ebff48d31d04fbd81e158cfacba9ea847ba66f36 Mon Sep 17 00:00:00 2001 From: Kefeng Wang Date: Mon, 20 Jan 2014 19:57:40 +0800 Subject: 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 --- drivers/ata/ahci_platform.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') 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); -- cgit v1.2.3