From: jason-jh.lin Date: Tue, 31 Aug 2021 07:09:02 +0000 (+0800) Subject: mailbox: cmdq: add mediatek mailbox support for mt8195 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d4f5a9e012abb7919f7b63656ea571f22789918;p=linux.git 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 Signed-off-by: Jassi Brar --- diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c index d03bfafe05b4f..8ca3fa00dcfbe 100644 --- a/drivers/mailbox/mtk-cmdq-mailbox.c +++ b/drivers/mailbox/mtk-cmdq-mailbox.c @@ -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}, {} };