summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_platform.c
diff options
context:
space:
mode:
authorAlistair Popple2013-11-22 03:08:29 +0100
committerTejun Heo2013-11-22 23:38:18 +0100
commit2435dcb98cfe13c246aa27df393e22bc24bbcd20 (patch)
treeaa213c3a54b97ba99033d6580f218f0837ab8577 /drivers/ata/ahci_platform.c
parentLinux 3.13-rc1 (diff)
downloadkernel-qcow2-linux-2435dcb98cfe13c246aa27df393e22bc24bbcd20.tar.gz
kernel-qcow2-linux-2435dcb98cfe13c246aa27df393e22bc24bbcd20.tar.xz
kernel-qcow2-linux-2435dcb98cfe13c246aa27df393e22bc24bbcd20.zip
ahci: add support for IBM Akebono platform device
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 <alistair@popple.id.au> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/ata/ahci_platform.c')
-rw-r--r--drivers/ata/ahci_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index f9554318504f..4b231baceb09 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -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);