提交 bb2b06e0 编写于 作者: D Dennis YC Hsieh 提交者: Jassi Brar

mailbox: cmdq: support mt6779 gce platform definition

Add gce v4 hardware support with different thread number and shift.
Signed-off-by: NDennis YC Hsieh <dennis-yc.hsieh@mediatek.com>
Reviewed-by: NCK Hu <ck.hu@mediatek.com>
Reviewed-by: NMatthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: NBibby Hsieh <bibby.hsieh@mediatek.com>
Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
上级 0858fde4
......@@ -564,10 +564,12 @@ static const struct dev_pm_ops cmdq_pm_ops = {
static const struct gce_plat gce_plat_v2 = {.thread_nr = 16};
static const struct gce_plat gce_plat_v3 = {.thread_nr = 24};
static const struct gce_plat gce_plat_v4 = {.thread_nr = 24, .shift = 3};
static const struct of_device_id cmdq_of_ids[] = {
{.compatible = "mediatek,mt8173-gce", .data = (void *)&gce_plat_v2},
{.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
{.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
{}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册