summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2022-03-25 10:00:59 +0800
committerRex-BC Chen <rex-bc.chen@mediatek.com>2022-03-28 16:08:44 +0800
commitf16020a22e141c6d39160012357ddc9227f469ef (patch)
treec25c579ffeeff3da7a1de853e300bce0efe54175
parent8c580e55da92252fa665b5038b87100d0e076d23 (diff)
downloadblobs-f16020a22e141c6d39160012357ddc9227f469ef.tar.gz
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
-rw-r--r--soc/mediatek/mt8186/spm_firmware.binbin11913 -> 12064 bytes
-rw-r--r--soc/mediatek/mt8186/spm_firmware.bin.md52
-rw-r--r--soc/mediatek/mt8186/spm_release_notes.txt3
3 files changed, 1 insertions, 4 deletions
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.