soc/mediatek/mt8186: Update SPM firmware to pcm_suspend_v0215_v10

The SRCLKENA0 is not pulled down when suspending. The root cause is that
26MHz clock is not disabled when suspending, so we update SPM firmware
to fix this issue.

TEST=verify 26MHz clock off using the oscilloscope.
BUG=b:215639203

Signed-off-by: Jason-ch Chen <jason-ch.chen@mediatek.com>
Change-Id: Iccaea858ff37cc3934c9a9a64bce7edf7cb0fbf1
This commit is contained in:
Jason-ch Chen 2022-01-27 21:13:16 +08:00 committed by Rex-BC Chen
parent f14575cb99
commit d13ba18eb0
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -1 +1 @@
7db456c2374b3a76daa9e6f0f2b4fd71 *spm_firmware.bin
265ce2c876ca4d6d7febe9cbcc2dd005 *spm_firmware.bin

View File

@ -1,4 +1,7 @@
** Build from MediaTek Internal **
# pcm_suspend_v0215_v10
1. Disable 26MHz clock while suspending.
# pcm_suspend_mp_v1109
1. SPM suspend can turn 26M clock off when system goes into suspend.