Loading drivers/spi/spidev.c +1 −0 Original line number Diff line number Diff line Loading @@ -672,6 +672,7 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "ge,achc" }, { .compatible = "semtech,sx1301" }, { .compatible = "lwn,bk4" }, { .compatible = "dh,dhcom-board" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids); Loading Loading
drivers/spi/spidev.c +1 −0 Original line number Diff line number Diff line Loading @@ -672,6 +672,7 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "ge,achc" }, { .compatible = "semtech,sx1301" }, { .compatible = "lwn,bk4" }, { .compatible = "dh,dhcom-board" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids); Loading