diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 8fab566e0f0bc7..a9db60219c451a 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -707,6 +707,7 @@ static struct class *spidev_class; #ifdef CONFIG_OF static const struct of_device_id spidev_dt_ids[] = { { .compatible = "rohm,dh2228fv" }, + { .compatible = "spidev" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids);