Loading drivers/spi/spi-mt65xx.c +7 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,10 @@ struct mtk_spi { static const struct mtk_spi_compatible mtk_common_compat; static const struct mtk_spi_compatible mt2712_compat = { .must_tx = true, }; static const struct mtk_spi_compatible mt7622_compat = { .must_tx = true, .enhance_timing = true, Loading @@ -130,6 +134,9 @@ static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt2701-spi", .data = (void *)&mtk_common_compat, }, { .compatible = "mediatek,mt2712-spi", .data = (void *)&mt2712_compat, }, { .compatible = "mediatek,mt6589-spi", .data = (void *)&mtk_common_compat, }, Loading Loading
drivers/spi/spi-mt65xx.c +7 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,10 @@ struct mtk_spi { static const struct mtk_spi_compatible mtk_common_compat; static const struct mtk_spi_compatible mt2712_compat = { .must_tx = true, }; static const struct mtk_spi_compatible mt7622_compat = { .must_tx = true, .enhance_timing = true, Loading @@ -130,6 +134,9 @@ static const struct of_device_id mtk_spi_of_match[] = { { .compatible = "mediatek,mt2701-spi", .data = (void *)&mtk_common_compat, }, { .compatible = "mediatek,mt2712-spi", .data = (void *)&mt2712_compat, }, { .compatible = "mediatek,mt6589-spi", .data = (void *)&mtk_common_compat, }, Loading