diff options
author | Bibby Hsieh <bibby.hsieh@mediatek.com> | 2019-08-29 09:48:11 +0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2019-09-17 00:40:05 -0500 |
commit | 286358c444d5bcae260659bcd8a0b3bf317e9cc8 (patch) | |
tree | 449ac04e6ce4504a0bd3c38d5b36fa42081f0424 /drivers | |
parent | 2c49e4e846bf365e8e683e3229d240f70eef65fc (diff) | |
download | linux-286358c444d5bcae260659bcd8a0b3bf317e9cc8.tar.bz2 |
mailbox: mediatek: cmdq: support mt8183 gce function
add mt8183 compatible name for supporting gce function
Signed-off-by: Bibby Hsieh <bibby.hsieh@mediatek.com>
Reviewed-by: CK Hu <ck.hu@mediatek.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mailbox/mtk-cmdq-mailbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c index 8fddd26288e8..69daaadc3a5f 100644 --- a/drivers/mailbox/mtk-cmdq-mailbox.c +++ b/drivers/mailbox/mtk-cmdq-mailbox.c @@ -539,6 +539,7 @@ static const struct dev_pm_ops cmdq_pm_ops = { static const struct of_device_id cmdq_of_ids[] = { {.compatible = "mediatek,mt8173-gce", .data = (void *)16}, + {.compatible = "mediatek,mt8183-gce", .data = (void *)24}, {} }; |