Loading drivers/spi/spi-mt65xx.c +3 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,9 @@ static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt8183-spi", .data = (void *)&mt8183_compat, }, { .compatible = "mediatek,mt8192-spi", .data = (void *)&mt6765_compat, }, {} }; MODULE_DEVICE_TABLE(of, mtk_spi_of_match); Loading Loading
drivers/spi/spi-mt65xx.c +3 −0 Original line number Diff line number Diff line Loading @@ -171,6 +171,9 @@ static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt8183-spi", .data = (void *)&mt8183_compat, }, { .compatible = "mediatek,mt8192-spi", .data = (void *)&mt6765_compat, }, {} }; MODULE_DEVICE_TABLE(of, mtk_spi_of_match); Loading