diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2015-06-04 15:10:04 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-06-09 14:02:15 +0900 |
commit | 5163fb62541e38fea400f96dcef9aa539fd00b48 (patch) | |
tree | 06a55c098f60cf542594cce10845cee9aea5b980 /drivers/ata | |
parent | 21bfd1aa9527811408d6073d45e5ac8283a28b72 (diff) | |
download | op-kernel-dev-5163fb62541e38fea400f96dcef9aa539fd00b48.zip op-kernel-dev-5163fb62541e38fea400f96dcef9aa539fd00b48.tar.gz |
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')
-rw-r--r-- | drivers/ata/ahci_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 78d6ae0..614c78f 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); |