diff options
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spi-altera.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-altera.c b/drivers/spi/spi-altera.c index 81b9adb6e766..7456eef201a6 100644 --- a/drivers/spi/spi-altera.c +++ b/drivers/spi/spi-altera.c | |||
@@ -302,6 +302,7 @@ static int altera_spi_remove(struct platform_device *dev) | |||
302 | #ifdef CONFIG_OF | 302 | #ifdef CONFIG_OF |
303 | static const struct of_device_id altera_spi_match[] = { | 303 | static const struct of_device_id altera_spi_match[] = { |
304 | { .compatible = "ALTR,spi-1.0", }, | 304 | { .compatible = "ALTR,spi-1.0", }, |
305 | { .compatible = "altr,spi-1.0", }, | ||
305 | {}, | 306 | {}, |
306 | }; | 307 | }; |
307 | MODULE_DEVICE_TABLE(of, altera_spi_match); | 308 | MODULE_DEVICE_TABLE(of, altera_spi_match); |