diff options
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/mpc52xx_psc_spi.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c index d398c93195e6..a3ebc632a477 100644 --- a/drivers/spi/mpc52xx_psc_spi.c +++ b/drivers/spi/mpc52xx_psc_spi.c | |||
@@ -628,8 +628,9 @@ static int __exit mpc52xx_psc_spi_of_remove(struct of_device *op) | |||
628 | } | 628 | } |
629 | 629 | ||
630 | static struct of_device_id mpc52xx_psc_spi_of_match[] = { | 630 | static struct of_device_id mpc52xx_psc_spi_of_match[] = { |
631 | { .type = "spi", .compatible = "mpc5200-psc-spi", }, | 631 | { .compatible = "fsl,mpc5200-psc-spi", }, |
632 | {}, | 632 | { .compatible = "mpc5200-psc-spi", }, /* old */ |
633 | {} | ||
633 | }; | 634 | }; |
634 | 635 | ||
635 | MODULE_DEVICE_TABLE(of, mpc52xx_psc_spi_of_match); | 636 | MODULE_DEVICE_TABLE(of, mpc52xx_psc_spi_of_match); |