Loading drivers/spi/spidev.c +3 −0 Original line number Diff line number Diff line Loading @@ -678,6 +678,9 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "lwn,bk4" }, { .compatible = "dh,dhcom-board" }, { .compatible = "menlo,m53cpld" }, #ifdef CONFIG_AUDIO_QGKI { .compatible = "qcom,spi-msm-codec-slave" }, #endif {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids); Loading Loading
drivers/spi/spidev.c +3 −0 Original line number Diff line number Diff line Loading @@ -678,6 +678,9 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "lwn,bk4" }, { .compatible = "dh,dhcom-board" }, { .compatible = "menlo,m53cpld" }, #ifdef CONFIG_AUDIO_QGKI { .compatible = "qcom,spi-msm-codec-slave" }, #endif {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids); Loading