diff options
author | Roger Quadros <rogerq@ti.com> | 2014-02-22 10:53:38 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2014-02-22 15:35:42 -0500 |
commit | c431147184c05849f1d7e14f8fd6254e1026319d (patch) | |
tree | ee9be68eabdb07a09eb953bb9b8265d892bc2c0a /drivers/ata/ahci_platform.c | |
parent | 90870d79d4f28711610dd2e72d8fa616c922d110 (diff) |
ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controller
Add compatible string "snps,dwc-ahci", which should be used
for Synopsis Designware SATA cores. e.g. on TI OMAP5 and DRA7 platforms.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
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 01f7bbe65572..968e7d94af17 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c | |||
@@ -577,6 +577,7 @@ static const struct of_device_id ahci_of_match[] = { | |||
577 | { .compatible = "snps,spear-ahci", }, | 577 | { .compatible = "snps,spear-ahci", }, |
578 | { .compatible = "snps,exynos5440-ahci", }, | 578 | { .compatible = "snps,exynos5440-ahci", }, |
579 | { .compatible = "ibm,476gtr-ahci", }, | 579 | { .compatible = "ibm,476gtr-ahci", }, |
580 | { .compatible = "snps,dwc-ahci", }, | ||
580 | {}, | 581 | {}, |
581 | }; | 582 | }; |
582 | MODULE_DEVICE_TABLE(of, ahci_of_match); | 583 | MODULE_DEVICE_TABLE(of, ahci_of_match); |