Skip to content

Commit 9388501

Browse files
jason-jh.linJassiBrar
authored andcommitted
mailbox: add control_by_sw for mt8195
To make sure the GCE request signal to SPM is not trigger by other HW modules and cause suspend premature wake. Set 0x7 (the bit 0~2 as 1) to GCE_GCTL_VALUE, to configure the request signal control by SW and release the request to SPM. Signed-off-by: jason-jh.lin <[email protected]> Reviewed-by: Tzung-Bi Shih <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 99867e5 commit 9388501

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
@@ -666,7 +666,7 @@ static const struct gce_plat gce_plat_v5 = {
666666
static const struct gce_plat gce_plat_v6 = {
667667
.thread_nr = 24,
668668
.shift = 3,
669-
.control_by_sw = false,
669+
.control_by_sw = true,
670670
.gce_num = 2
671671
};
672672

0 commit comments

Comments
 (0)