diff options
-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 9e2e099baf8c..9a2a79a871ba 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
@@ -697,6 +697,7 @@ static const struct of_device_id spidev_dt_ids[] = { | |||
697 | { .compatible = "rohm,dh2228fv" }, | 697 | { .compatible = "rohm,dh2228fv" }, |
698 | { .compatible = "lineartechnology,ltc2488" }, | 698 | { .compatible = "lineartechnology,ltc2488" }, |
699 | { .compatible = "ge,achc" }, | 699 | { .compatible = "ge,achc" }, |
700 | { .compatible = "semtech,sx1301" }, | ||
700 | {}, | 701 | {}, |
701 | }; | 702 | }; |
702 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); | 703 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); |