summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Lu <roger.lu@mediatek.com>2020-11-10 22:39:56 +0800
committerYidi Lin <yidi.lin@mediatek.com>2020-12-15 10:52:45 +0800
commit2054c7daf0810cc6760472059adc0cfdcdb86223 (patch)
tree8de1394cb9bc6ea8d0219060f886a8ca74e3040e
parentc972ecc5083835d197f6e0abf49ac649f942b187 (diff)
downloadblobs-2054c7daf0810cc6760472059adc0cfdcdb86223.tar.gz
soc/mediatek/mt8192: Support 26M clock off in SPM
SPM suspend can turn 26M clock off when system goes into suspend to save 138mW of power. BUG=b:173653085 TEST=Asurada system suspend/resume pass Change-Id: I5cf99cab59cfeaa7fd16fcf8ac274e4f530122d9 Signed-off-by: Roger Lu <roger.lu@mediatek.com>
-rw-r--r--soc/mediatek/mt8192/spm_firmware.binbin10112 -> 10173 bytes
-rw-r--r--soc/mediatek/mt8192/spm_firmware.bin.md52
-rw-r--r--soc/mediatek/mt8192/spm_release_notes.txt3
3 files changed, 4 insertions, 1 deletions
diff --git a/soc/mediatek/mt8192/spm_firmware.bin b/soc/mediatek/mt8192/spm_firmware.bin
index 8943f0c..5912be9 100644
--- a/soc/mediatek/mt8192/spm_firmware.bin
+++ b/soc/mediatek/mt8192/spm_firmware.bin
Binary files differ
diff --git a/soc/mediatek/mt8192/spm_firmware.bin.md5 b/soc/mediatek/mt8192/spm_firmware.bin.md5
index 5b10145..94d42af 100644
--- a/soc/mediatek/mt8192/spm_firmware.bin.md5
+++ b/soc/mediatek/mt8192/spm_firmware.bin.md5
@@ -1 +1 @@
-474883cf1437b8ead0dd4363a8d234f4 *spm_firmware.bin
+7da2cadcb7051dc8fa91495f99cda851 *spm_firmware.bin
diff --git a/soc/mediatek/mt8192/spm_release_notes.txt b/soc/mediatek/mt8192/spm_release_notes.txt
index 273c83c..d5d4641 100644
--- a/soc/mediatek/mt8192/spm_release_notes.txt
+++ b/soc/mediatek/mt8192/spm_release_notes.txt
@@ -1,4 +1,7 @@
** Build from MediaTek Internal **
+# 2020.11.11
+1. SPM suspend can turn 26M clock off when system goes into suspend.
+
# 2020.07
1. Support SPM suspend at the end of system suspend.