diff options
author | Aleksey Makarov <aleksey.makarov@caviumnetworks.com> | 2016-02-11 14:53:08 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-02-11 16:12:04 +0100 |
commit | a2127e400edd2258fda6d83fe8b10b878a3595d9 (patch) | |
tree | 47e1dc70456a5d7231295825a152d98e060d3d81 /Documentation/devicetree/bindings/ata | |
parent | libata: fix HDIO_GET_32BIT ioctl (diff) | |
download | linux-a2127e400edd2258fda6d83fe8b10b878a3595d9.tar.xz linux-a2127e400edd2258fda6d83fe8b10b878a3595d9.zip |
libata: support AHCI on OCTEON platform
The OCTEON SATA controller is currently found on cn71XX devices.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Vinita Gupta <vgupta@caviumnetworks.com>
Signed-off-by: Aleksey Makarov <aleksey.makarov@auriga.com>
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index c2340eeeb97f..3d84dcae8475 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -11,6 +11,7 @@ Required properties: - compatible : compatible string, one of: - "allwinner,sun4i-a10-ahci" - "hisilicon,hisi-ahci" + - "cavium,octeon-7130-ahci" - "ibm,476gtr-ahci" - "marvell,armada-380-ahci" - "snps,dwc-ahci" |