diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-02-02 18:13:27 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-02-17 16:09:53 +0100 |
commit | dfc44af9f8ab66a7a66c8835a5d953dcbb4a918f (patch) | |
tree | db80811e683b5491cd9ceca8b92ac6d17918719b /Documentation | |
parent | Linux 4.5-rc1 (diff) | |
download | linux-dfc44af9f8ab66a7a66c8835a5d953dcbb4a918f.tar.xz linux-dfc44af9f8ab66a7a66c8835a5d953dcbb4a918f.zip |
Documentation: dt-bindings: Add a new compatible for the Armada 3700
The AHCI interfaces used in the Armada 3700 has a few differences with
the one used in the Armada 38x, so it deserves its own compatible string.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-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..796e2c23e5df 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -13,6 +13,7 @@ Required properties: - "hisilicon,hisi-ahci" - "ibm,476gtr-ahci" - "marvell,armada-380-ahci" + - "marvell,armada-3700-ahci" - "snps,dwc-ahci" - "snps,exynos5440-ahci" - "snps,spear-ahci" |