ahci: add support for IBM Akebono platform device
authorAlistair Popple <[email protected]>
Fri, 22 Nov 2013 02:08:29 +0000 (13:08 +1100)
committerTejun Heo <[email protected]>
Fri, 22 Nov 2013 22:38:18 +0000 (17:38 -0500)
The new IBM Akebono board has a PPC476GTR SoC with an AHCI compliant
SATA controller. This patch adds a compatible property for the new SoC
to the AHCI platform driver.

Signed-off-by: Alistair Popple <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Cc: [email protected]
drivers/ata/ahci_platform.c

index f9554318504f8a401c97b2221831b1cdbdcdb67f..4b231baceb0995557c2cae40e501f6d3449dc365 100644 (file)
@@ -329,6 +329,7 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume);
 static const struct of_device_id ahci_of_match[] = {
        { .compatible = "snps,spear-ahci", },
        { .compatible = "snps,exynos5440-ahci", },
+       { .compatible = "ibm,476gtr-ahci", },
        {},
 };
 MODULE_DEVICE_TABLE(of, ahci_of_match);