Hung-Te Lin has submitted this change. ( https://review.coreboot.org/c/blobs/+/63097 )
Change subject: Revert "soc/mediatek/mt8186: Update SPM firmware to pcm_suspend_v0215_v10" ......................................................................
Revert "soc/mediatek/mt8186: Update SPM firmware to pcm_suspend_v0215_v10"
This reverts commit d13ba18eb0daaa6d6cd708bb981ee0a562ac4789.
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 --- M soc/mediatek/mt8186/spm_firmware.bin M soc/mediatek/mt8186/spm_firmware.bin.md5 M soc/mediatek/mt8186/spm_release_notes.txt 3 files changed, 1 insertion(+), 4 deletions(-)
Approvals: Rex-BC Chen: Looks good to me, but someone else must approve Yu-Ping Wu: Verified; Looks good to me, approved
diff --git a/soc/mediatek/mt8186/spm_firmware.bin b/soc/mediatek/mt8186/spm_firmware.bin index c1b2804..7e0ca8d 100644 --- a/soc/mediatek/mt8186/spm_firmware.bin +++ b/soc/mediatek/mt8186/spm_firmware.bin Binary files differ diff --git a/soc/mediatek/mt8186/spm_firmware.bin.md5 b/soc/mediatek/mt8186/spm_firmware.bin.md5 index 7d43cf2..910cf06 100644 --- a/soc/mediatek/mt8186/spm_firmware.bin.md5 +++ b/soc/mediatek/mt8186/spm_firmware.bin.md5 @@ -1 +1 @@ -265ce2c876ca4d6d7febe9cbcc2dd005 *spm_firmware.bin +7db456c2374b3a76daa9e6f0f2b4fd71 *spm_firmware.bin diff --git a/soc/mediatek/mt8186/spm_release_notes.txt b/soc/mediatek/mt8186/spm_release_notes.txt index 568e414..7d72463 100644 --- a/soc/mediatek/mt8186/spm_release_notes.txt +++ b/soc/mediatek/mt8186/spm_release_notes.txt @@ -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.