diff options
Diffstat (limited to 'drivers/spi/spidev.c')
-rw-r--r-- | drivers/spi/spidev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index cda10719d1d1..07f4d05563ea 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
@@ -669,6 +669,7 @@ static const struct of_device_id spidev_dt_ids[] = { | |||
669 | { .compatible = "lineartechnology,ltc2488" }, | 669 | { .compatible = "lineartechnology,ltc2488" }, |
670 | { .compatible = "ge,achc" }, | 670 | { .compatible = "ge,achc" }, |
671 | { .compatible = "semtech,sx1301" }, | 671 | { .compatible = "semtech,sx1301" }, |
672 | { .compatible = "lwn,bk4" }, | ||
672 | {}, | 673 | {}, |
673 | }; | 674 | }; |
674 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); | 675 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); |