提交 35ca4371 编写于 作者: J jason-jh.lin 提交者: Jassi Brar

mailbox: fix gce_num of mt8192 driver data

Because mt8192 only have 1 gce, the gce_num should be 1.

Fixes: 85dfdbfc ("mailbox: cmdq: add multi-gce clocks support for mt8195")
Signed-off-by: Njason-jh.lin <jason-jh.lin@mediatek.com>
Reviewed-by: NMatthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: NJassi Brar <jaswinder.singh@linaro.org>
上级 1fa68a35
......@@ -658,7 +658,7 @@ static const struct gce_plat gce_plat_v5 = {
.thread_nr = 24,
.shift = 3,
.control_by_sw = true,
.gce_num = 2
.gce_num = 1
};
static const struct gce_plat gce_plat_v6 = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册