mailbox: cmdq: add mediatek mailbox support for mt8195

Add mt8195 compatible name in the driver data of cmdq mailbox driver.

Signed-off-by: jason-jh.lin <jason-jh.lin@mediatek.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
This commit is contained in:
jason-jh.lin 2021-08-31 15:09:02 +08:00 committed by Jassi Brar
parent 704446b935
commit 8d4f5a9e01

View file

@ -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},
{}
};