We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b7a7d commit a478fe1Copy full SHA for a478fe1
chip/mt_scp/mt8195/clock.c
@@ -377,7 +377,7 @@ power_chipset_handle_host_sleep_event(enum host_sleep_event state,
377
{
378
if (state == HOST_SLEEP_EVENT_S3_SUSPEND) {
379
CPRINTS("AP suspend");
380
- clock_select_clock(SCP_CLK_ULPOSC2_LOW_SPEED);
+ clock_select_clock(SCP_CLK_32K);
381
} else if (state == HOST_SLEEP_EVENT_S3_RESUME) {
382
CPRINTS("AP resume");
383
clock_select_clock(SCP_CLK_ULPOSC2_HIGH_SPEED);
0 commit comments