Skip to content

Commit

Permalink
mailbox: cmdq: add mediatek mailbox support for mt8195
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jason-jh.lin authored and Jassi Brar committed Sep 1, 2021
1 parent 704446b commit 8d4f5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mailbox/mtk-cmdq-mailbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
{}
};

Expand Down

0 comments on commit 8d4f5a9

Please sign in to comment.