diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-15 11:00:02 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-05-04 15:28:02 -0400 |
commit | 5799d6d4cf86c11503aee909a1ec555453c7f22a (patch) | |
tree | 7a5dae0e069e82f07f34f7bafc642c60a2531603 | |
parent | 8612b4b4f964b935029c3388c8484a66e41bf71e (diff) |
Documentation: dt-bindings: reformat and order list of ahci-platform compatibles
The ahci-platform.txt Device Tree binding documentation is gaining a
growing number of compatible strings, and it will gain one more with
the addition of the Marvell Armada 380 AHCI support. It is therefore
time to reformat this list into a proper bullet list, and more
importantly order it alphabetically;
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index 48b285ffa3a6..55988625c304 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt | |||
@@ -4,10 +4,14 @@ SATA nodes are defined to describe on-chip Serial ATA controllers. | |||
4 | Each SATA controller should have its own node. | 4 | Each SATA controller should have its own node. |
5 | 5 | ||
6 | Required properties: | 6 | Required properties: |
7 | - compatible : compatible list, one of "snps,spear-ahci", | 7 | - compatible : compatible string, one of: |
8 | "snps,exynos5440-ahci", "ibm,476gtr-ahci", | 8 | - "allwinner,sun4i-a10-ahci" |
9 | "allwinner,sun4i-a10-ahci", "fsl,imx53-ahci" | 9 | - "fsl,imx53-ahci" |
10 | "fsl,imx6q-ahci" or "snps,dwc-ahci" | 10 | - "fsl,imx6q-ahci" |
11 | - "ibm,476gtr-ahci" | ||
12 | - "snps,dwc-ahci" | ||
13 | - "snps,exynos5440-ahci" | ||
14 | - "snps,spear-ahci" | ||
11 | - interrupts : <interrupt mapping for SATA IRQ> | 15 | - interrupts : <interrupt mapping for SATA IRQ> |
12 | - reg : <registers mapping> | 16 | - reg : <registers mapping> |
13 | 17 | ||