summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_platform.c
diff options
context:
space:
mode:
authorTang Yuantian2015-06-04 09:10:04 +0200
committerTejun Heo2015-06-09 07:02:15 +0200
commit5163fb62541e38fea400f96dcef9aa539fd00b48 (patch)
tree06a55c098f60cf542594cce10845cee9aea5b980 /drivers/ata/ahci_platform.c
parentahci: Store irq number in struct ahci_host_priv (diff)
downloadkernel-qcow2-linux-5163fb62541e38fea400f96dcef9aa539fd00b48.tar.gz
kernel-qcow2-linux-5163fb62541e38fea400f96dcef9aa539fd00b48.tar.xz
kernel-qcow2-linux-5163fb62541e38fea400f96dcef9aa539fd00b48.zip
ahci: added support for Freescale AHCI sata
Freescale introduced QorIQ series SOCs, like ls1021 ls2085, with AHCI sata support. It complies with the serial ATA 3.0 specification and the AHCI 1.3 specification. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Yuantian Tang <Yuantian.Tang@freescale.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-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 78d6ae0b90c4..614c78f510f0 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -74,6 +74,7 @@ static const struct of_device_id ahci_of_match[] = {
{ .compatible = "ibm,476gtr-ahci", },
{ .compatible = "snps,dwc-ahci", },
{ .compatible = "hisilicon,hisi-ahci", },
+ { .compatible = "fsl,qoriq-ahci", },
{},
};
MODULE_DEVICE_TABLE(of, ahci_of_match);