|
@@ -76,6 +76,8 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_platform_suspend,
|
|
ahci_platform_resume);
|
|
ahci_platform_resume);
|
|
|
|
|
|
static const struct of_device_id ahci_of_match[] = {
|
|
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,spear-ahci", },
|
|
{ .compatible = "snps,exynos5440-ahci", },
|
|
{ .compatible = "snps,exynos5440-ahci", },
|
|
{ .compatible = "ibm,476gtr-ahci", },
|
|
{ .compatible = "ibm,476gtr-ahci", },
|