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>
This commit is contained in:
parent
2c49e4e846
commit
286358c444
|
@ -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},
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue