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 /drivers/ata/ahci_platform.c | |
parent | fb9751d471977be402efa1ee5885a17af78cbc55 (diff) |
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 'drivers/ata/ahci_platform.c')
-rw-r--r-- | drivers/ata/ahci_platform.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 0c86c77764bc..9e419e1c2006 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c @@ -280,6 +280,7 @@ static struct dev_pm_ops ahci_pm_ops = { static const struct of_device_id ahci_of_match[] = { { .compatible = "calxeda,hb-ahci", }, + { .compatible = "snps,spear-ahci", }, {}, }; MODULE_DEVICE_TABLE(of, ahci_of_match); |