diff options
-rw-r--r-- | drivers/spi/spi-sirf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-sirf.c b/drivers/spi/spi-sirf.c index 1f04979492aa..6a5626d146b7 100644 --- a/drivers/spi/spi-sirf.c +++ b/drivers/spi/spi-sirf.c | |||
@@ -658,6 +658,7 @@ static const struct dev_pm_ops spi_sirfsoc_pm_ops = { | |||
658 | 658 | ||
659 | static const struct of_device_id spi_sirfsoc_of_match[] = { | 659 | static const struct of_device_id spi_sirfsoc_of_match[] = { |
660 | { .compatible = "sirf,prima2-spi", }, | 660 | { .compatible = "sirf,prima2-spi", }, |
661 | { .compatible = "sirf,marco-spi", }, | ||
661 | {} | 662 | {} |
662 | }; | 663 | }; |
663 | MODULE_DEVICE_TABLE(of, sirfsoc_spi_of_match); | 664 | MODULE_DEVICE_TABLE(of, sirfsoc_spi_of_match); |