提交 a9332668 编写于 作者: F Fabien Parent 提交者: Tom Rini

mmc: mtk-sd: add support for MT8516

Add config for handling MT8516 SoC.
Signed-off-by: NFabien Parent <fparent@baylibre.com>
Acked-by: NRyder Lee <ryder.lee@mediatek.com>
上级 ba077e5f
......@@ -1381,8 +1381,18 @@ static const struct msdc_compatible mt7623_compat = {
.enhance_rx = false
};
static const struct msdc_compatible mt8516_compat = {
.clk_div_bits = 12,
.pad_tune0 = true,
.async_fifo = true,
.data_tune = true,
.busy_check = true,
.stop_clk_fix = true,
};
static const struct udevice_id msdc_ids[] = {
{ .compatible = "mediatek,mt7623-mmc", .data = (ulong)&mt7623_compat },
{ .compatible = "mediatek,mt8516-mmc", .data = (ulong)&mt8516_compat },
{}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册