aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Ténart <antoine.tenart@free-electrons.com>2014-07-30 20:13:58 +0200
committerTejun Heo <tj@kernel.org>2014-07-30 15:39:46 -0400
commit30f3c73c9b526a88920d098dcb331319e284e1b3 (patch)
treefcb52d3929fa44330521e63dbd8c3e572bce1cf6
parentata: libahci: allow to use multiple PHYs (diff)
downloadlinux-dev-30f3c73c9b526a88920d098dcb331319e284e1b3.tar.xz
linux-dev-30f3c73c9b526a88920d098dcb331319e284e1b3.zip
ata: ahci_platform: add a generic AHCI compatible
The ahci_platform driver is a generic driver using the libahci_platform functions. Add a generic compatible to avoid having an endless list of compatibles with no differences for the same driver. Signed-off-by: Antoine Ténart <antoine.tenart@free-electrons.com>
-rw-r--r--drivers/ata/ahci_platform.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index fb3eca5cd66c..f61ddb9146d6 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -76,6 +76,8 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
ahci_platform_resume);
static const struct of_device_id ahci_of_match[] = {
+ { .compatible = "generic-ahci", },
+ /* Keep the following compatibles for device tree compatibility */
{ .compatible = "snps,spear-ahci", },
{ .compatible = "snps,exynos5440-ahci", },
{ .compatible = "ibm,476gtr-ahci", },