Loading drivers/spi/spi-mt65xx.c +3 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,9 @@ static const struct mtk_chip_config mtk_default_chip_info = { }; static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt2701-spi", .data = (void *)&mtk_common_compat, }, { .compatible = "mediatek,mt6589-spi", .data = (void *)&mtk_common_compat, }, Loading Loading
drivers/spi/spi-mt65xx.c +3 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,9 @@ static const struct mtk_chip_config mtk_default_chip_info = { }; static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt2701-spi", .data = (void *)&mtk_common_compat, }, { .compatible = "mediatek,mt6589-spi", .data = (void *)&mtk_common_compat, }, Loading