Skip to content

Commit 8d4f5a9

Browse files
jason-jh.linJassiBrar
authored andcommitted
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>
1 parent 704446b commit 8d4f5a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/mailbox/mtk-cmdq-mailbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ static const struct of_device_id cmdq_of_ids[] = {
621621
{.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
622622
{.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
623623
{.compatible = "mediatek,mt8192-gce", .data = (void *)&gce_plat_v5},
624+
{.compatible = "mediatek,mt8195-gce", .data = (void *)&gce_plat_v4},
624625
{}
625626
};
626627

0 commit comments

Comments
 (0)