diff options
author | Simon Guinot <simon.guinot@sequanux.org> | 2014-01-14 14:04:39 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-01-15 07:44:02 -0500 |
commit | b1f5c73bd5a4752efb7d7af019034044b08aafe9 (patch) | |
tree | 8bdb12c799c2461182877fb47ef38b47ea6d0b81 /Documentation/devicetree/bindings/ata | |
parent | ed68a34a22ac310cbf9ea58f30f4076ca146d251 (diff) |
ata: sata_mv: introduce compatible string "marvell, armada-370-sata"
The sata_mv driver supports the SATA IP found in several Marvell SoCs.
As some new SATA registers have been introduced with the Armada 370/XP
SoCs, a way to identify them is needed.
This patch introduces a new compatible string for the SATA IP found in
Armada 370/XP SoCs.
Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>
Cc: Gregory Clement <gregory.clement@free-electrons.com>
Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Lior Amsalem <alior@marvell.com>
Cc: stable@vger.kernel.org # v3.6+
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/marvell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/ata/marvell.txt b/Documentation/devicetree/bindings/ata/marvell.txt index b5cdd20cde9c..1c8351604d38 100644 --- a/Documentation/devicetree/bindings/ata/marvell.txt +++ b/Documentation/devicetree/bindings/ata/marvell.txt | |||
@@ -1,7 +1,7 @@ | |||
1 | * Marvell Orion SATA | 1 | * Marvell Orion SATA |
2 | 2 | ||
3 | Required Properties: | 3 | Required Properties: |
4 | - compatibility : "marvell,orion-sata" | 4 | - compatibility : "marvell,orion-sata" or "marvell,armada-370-sata" |
5 | - reg : Address range of controller | 5 | - reg : Address range of controller |
6 | - interrupts : Interrupt controller is using | 6 | - interrupts : Interrupt controller is using |
7 | - nr-ports : Number of SATA ports in use. | 7 | - nr-ports : Number of SATA ports in use. |