Skip to content

Commit 8cf125c

Browse files
leilkliubroonie
authored andcommitted
spi: mediatek: add spi support for mt8192 IC
This patch add spi support for mt8192 IC. Signed-off-by: leilk.liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 956284a commit 8cf125c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/spi/spi-mt65xx.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ static const struct of_device_id mtk_spi_of_match[] = {
171171
{ .compatible = "mediatek,mt8183-spi",
172172
.data = (void *)&mt8183_compat,
173173
},
174+
{ .compatible = "mediatek,mt8192-spi",
175+
.data = (void *)&mt6765_compat,
176+
},
174177
{}
175178
};
176179
MODULE_DEVICE_TABLE(of, mtk_spi_of_match);

0 commit comments

Comments
 (0)