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

authored by Alistair Popple and committed by Tejun Heo 2435dcb9 6ce4eac1

+1
+1
drivers/ata/ahci_platform.c
··· 329 329 static const struct of_device_id ahci_of_match[] = { 330 330 { .compatible = "snps,spear-ahci", }, 331 331 { .compatible = "snps,exynos5440-ahci", }, 332 + { .compatible = "ibm,476gtr-ahci", }, 332 333 {}, 333 334 }; 334 335 MODULE_DEVICE_TABLE(of, ahci_of_match);