Revert "soc/mediatek/mt8186: Update SPM firmware to pcm_suspend_v0215_v10"

This reverts commit d13ba18eb0.

Revert reason:
CB:62327 was created to fix a suspend failure issue, where we disable
26M clock to bypass pmic wrap when suspending. However, it turns out
that the root cause of the suspend issue is an incorrect pmif setting,
which is fixed in CB:63089. Therefore, revert CB:62327 to enable 26M
clock.

BUG=b:215639203
TEST=test of suspend and resume pass.

Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com>
Change-Id: I63923188b814f0b44690784b55bcec9aff9b3d23
This commit is contained in:
Rex-BC Chen 2022-03-25 10:00:59 +08:00
parent 8c580e55da
commit f16020a22e
3 changed files with 1 additions and 4 deletions

Binary file not shown.

View File

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

View File

@ -1,7 +1,4 @@
** 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.