Commit 286358c4 authored by Bibby Hsieh's avatar Bibby Hsieh Committed by Jassi Brar
Browse files

mailbox: mediatek: cmdq: support mt8183 gce function



add mt8183 compatible name for supporting gce function

Signed-off-by: default avatarBibby Hsieh <bibby.hsieh@mediatek.com>
Reviewed-by: default avatarCK Hu <ck.hu@mediatek.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent 2c49e4e8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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},
	{}
};