ata: ahci_platform: Add synopsys ahci controller in DT's compatible list
authorViresh Kumar <viresh.linux@gmail.com>
Sat, 21 Apr 2012 12:10:12 +0000 (17:40 +0530)
committerJeff Garzik <jgarzik@redhat.com>
Thu, 3 May 2012 18:08:53 +0000 (14:08 -0400)
commit5f098a3ea72e73ad3733c3280fd5ee04816dc999
treeb88d1396908fa18afe34801335d9cde560f61b1f
parentfb9751d471977be402efa1ee5885a17af78cbc55
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>
Documentation/devicetree/bindings/ata/ahci-platform.txt [new file with mode: 0644]
Documentation/devicetree/bindings/ata/calxeda-sata.txt [deleted file]
drivers/ata/ahci_platform.c