Skip to content

Commit 35ca437

Browse files
jason-jh.linJassiBrar
authored andcommitted
mailbox: fix gce_num of mt8192 driver data
Because mt8192 only have 1 gce, the gce_num should be 1. Fixes: 85dfdbf ("mailbox: cmdq: add multi-gce clocks support for mt8195") Signed-off-by: jason-jh.lin <[email protected]> Reviewed-by: Matthias Brugger <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 1fa68a3 commit 35ca437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mailbox/mtk-cmdq-mailbox.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ static const struct gce_plat gce_plat_v5 = {
658658
.thread_nr = 24,
659659
.shift = 3,
660660
.control_by_sw = true,
661-
.gce_num = 2
661+
.gce_num = 1
662662
};
663663

664664
static const struct gce_plat gce_plat_v6 = {

0 commit comments

Comments
 (0)