Commit 8d4f5a9e authored by jason-jh.lin's avatar jason-jh.lin Committed by Jassi Brar

mailbox: cmdq: add mediatek mailbox support for mt8195

Add mt8195 compatible name in the driver data of cmdq mailbox driver.
Signed-off-by: default avatarjason-jh.lin <jason-jh.lin@mediatek.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 704446b9
......@@ -621,6 +621,7 @@ static const struct of_device_id cmdq_of_ids[] = {
{.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
{.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
{.compatible = "mediatek,mt8192-gce", .data = (void *)&gce_plat_v5},
{.compatible = "mediatek,mt8195-gce", .data = (void *)&gce_plat_v4},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment