diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2008-03-28 15:51:33 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-03-31 15:27:35 (GMT) |
commit | 96ce1b6dc5824cc6027c954b9a2e4717c70e01b5 (patch) | |
tree | 5428528d950528db66eda3b80c2b104ece7bfafa /drivers/ata | |
parent | 58bb7a973b1d3c0a5127477fb049bbfc5ce02fb5 (diff) | |
download | linux-96ce1b6dc5824cc6027c954b9a2e4717c70e01b5.tar.xz |
[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')
-rw-r--r-- | drivers/ata/sata_fsl.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ata/sata_fsl.c b/drivers/ata/sata_fsl.c index 07791a7..4c198551 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", }, {}, }; |