summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt8195/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt8195/clock.c')
-rw-r--r--chip/mt_scp/mt8195/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt_scp/mt8195/clock.c b/chip/mt_scp/mt8195/clock.c
index 9d341536a6..c6bf3cbc79 100644
--- a/chip/mt_scp/mt8195/clock.c
+++ b/chip/mt_scp/mt8195/clock.c
@@ -377,7 +377,7 @@ power_chipset_handle_host_sleep_event(enum host_sleep_event state,
{
if (state == HOST_SLEEP_EVENT_S3_SUSPEND) {
CPRINTS("AP suspend");
- clock_select_clock(SCP_CLK_ULPOSC2_LOW_SPEED);
+ clock_select_clock(SCP_CLK_32K);
} else if (state == HOST_SLEEP_EVENT_S3_RESUME) {
CPRINTS("AP resume");
clock_select_clock(SCP_CLK_ULPOSC2_HIGH_SPEED);