diff options
author | Tang Yuantian <Yuantian.Tang@freescale.com> | 2015-06-04 10:10:04 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-06-09 08:02:15 +0300 |
commit | 5163fb62541e38fea400f96dcef9aa539fd00b48 (patch) | |
tree | 06a55c098f60cf542594cce10845cee9aea5b980 /drivers/ata | |
parent | 21bfd1aa9527811408d6073d45e5ac8283a28b72 (diff) | |
download | linux-5163fb62541e38fea400f96dcef9aa539fd00b48.tar.xz |
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 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); |