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 /Documentation/devicetree/bindings/ata | |
parent | 21bfd1aa9527811408d6073d45e5ac8283a28b72 (diff) | |
download | blackbird-obmc-linux-5163fb62541e38fea400f96dcef9aa539fd00b48.tar.gz blackbird-obmc-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 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index c2340eeeb97f..a2321819e7f5 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -16,6 +16,8 @@ Required properties: - "snps,dwc-ahci" - "snps,exynos5440-ahci" - "snps,spear-ahci" + - "fsl,qoriq-ahci" : for qoriq series socs which include ls1021, ls2085, etc. + - "fsl,<chip>-ahci" : chip could be ls1021, ls2085 etc. - "generic-ahci" - interrupts : <interrupt mapping for SATA IRQ> - reg : <registers mapping> |