aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_fsl.c
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2008-03-28 10:51:33 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-03-31 10:27:35 -0500
commit96ce1b6dc5824cc6027c954b9a2e4717c70e01b5 (patch)
tree5428528d950528db66eda3b80c2b104ece7bfafa /drivers/ata/sata_fsl.c
parent[POWERPC] 83xx: enable usb in 837x rdb and 83xx defconfigs (diff)
downloadlinux-dev-96ce1b6dc5824cc6027c954b9a2e4717c70e01b5.tar.xz
linux-dev-96ce1b6dc5824cc6027c954b9a2e4717c70e01b5.zip
[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata
as prescribed in Documentation/powerpc/booting-without-of.txt. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'drivers/ata/sata_fsl.c')
-rw-r--r--drivers/ata/sata_fsl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c
index 07791a7a48a5..4c1985511548 100644
--- a/drivers/ata/sata_fsl.c
+++ b/drivers/ata/sata_fsl.c
@@ -1348,10 +1348,7 @@ static int sata_fsl_remove(struct of_device *ofdev)
static struct of_device_id fsl_sata_match[] = {
{
- .compatible = "fsl,mpc8315-sata",
- },
- {
- .compatible = "fsl,mpc8379-sata",
+ .compatible = "fsl,pq-sata",
},
{},
};