diff options
author | Viresh Kumar <viresh.linux@gmail.com> | 2012-04-21 17:40:12 +0530 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2012-05-03 14:08:53 -0400 |
commit | 5f098a3ea72e73ad3733c3280fd5ee04816dc999 (patch) | |
tree | b88d1396908fa18afe34801335d9cde560f61b1f /Documentation/devicetree | |
parent | fb9751d471977be402efa1ee5885a17af78cbc55 (diff) | |
download | linux-3.10-5f098a3ea72e73ad3733c3280fd5ee04816dc999.tar.gz linux-3.10-5f098a3ea72e73ad3733c3280fd5ee04816dc999.tar.bz2 linux-3.10-5f098a3ea72e73ad3733c3280fd5ee04816dc999.zip |
ata: ahci_platform: Add synopsys ahci controller in DT's compatible list
SPEAr13xx series of SoCs contain Synopsys AHCI SATA Controller which shares
ahci_platform driver with other controller versions.
This patch updates DT compatible list for ahci_platform. It also updates and
renames binding documentation to more generic name.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Cc: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt (renamed from Documentation/devicetree/bindings/ata/calxeda-sata.txt) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/ata/calxeda-sata.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index 79caa5651f5..8bb8a76d42e 100644 --- a/Documentation/devicetree/bindings/ata/calxeda-sata.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -1,10 +1,10 @@ -* Calxeda SATA Controller +* AHCI SATA Controller SATA nodes are defined to describe on-chip Serial ATA controllers. Each SATA controller should have its own node. Required properties: -- compatible : compatible list, contains "calxeda,hb-ahci" +- compatible : compatible list, contains "calxeda,hb-ahci" or "snps,spear-ahci" - interrupts : <interrupt mapping for SATA IRQ> - reg : <registers mapping> @@ -14,4 +14,3 @@ Example: reg = <0xffe08000 0x1000>; interrupts = <115>; }; - |