mailbox: fix gce_num of mt8192 driver data
[ Upstream commit35ca43710f
] Because mt8192 only have 1 gce, the gce_num should be 1. Fixes:85dfdbfc13
("mailbox: cmdq: add multi-gce clocks support for mt8195") Signed-off-by: jason-jh.lin <jason-jh.lin@mediatek.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Родитель
38e9447399
Коммит
55f8559ba8
|
@ -660,7 +660,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 = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче