aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spidev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/spidev.c')
-rw-r--r--drivers/spi/spidev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index ce9142d87f41..df4c0a9b34dd 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -672,6 +672,7 @@ static const struct of_device_id spidev_dt_ids[] = {
672 { .compatible = "ge,achc" }, 672 { .compatible = "ge,achc" },
673 { .compatible = "semtech,sx1301" }, 673 { .compatible = "semtech,sx1301" },
674 { .compatible = "lwn,bk4" }, 674 { .compatible = "lwn,bk4" },
675 { .compatible = "dh,dhcom-board" },
675 {}, 676 {},
676}; 677};
677MODULE_DEVICE_TABLE(of, spidev_dt_ids); 678MODULE_DEVICE_TABLE(of, spidev_dt_ids);