diff options
| author | Moyster <oysterized@gmail.com> | 2017-03-25 00:51:23 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:32:17 +0200 |
| commit | 68e58ee5b11af4153e08da3a1a01fe6ac3c05658 (patch) | |
| tree | f64bb3f398995c295a80d9520657174b7f9e23a8 | |
| parent | 2bf8729ad3b8eafb81897916a867185d3f05e369 (diff) | |
mtk: mt_spm_sleep fw update
| -rwxr-xr-x | drivers/misc/mediatek/spm/mt6735/mt_spm_sleep.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/misc/mediatek/spm/mt6735/mt_spm_sleep.c b/drivers/misc/mediatek/spm/mt6735/mt_spm_sleep.c index 1cb0a553d..69d40b811 100755 --- a/drivers/misc/mediatek/spm/mt6735/mt_spm_sleep.c +++ b/drivers/misc/mediatek/spm/mt6735/mt_spm_sleep.c @@ -551,15 +551,15 @@ static const u32 suspend_binary[] = { 0xd80033c2, 0x00a00402, 0xd82035c2, 0x17c07c1f, 0x18d0001f, 0x40000000, 0x18d0001f, 0x40000000, 0xd80034c2, 0x00a00402, 0xf0000000, 0x17c07c1f, 0x81441801, 0xd8203825, 0x17c07c1f, 0x1a00001f, 0x10006604, 0xc0c03e00, - 0xe2200004, 0xc0c02f40, 0x1092041f, 0xc0c03e00, 0xe2200003, 0xc0c02f40, - 0x1092041f, 0xc0c03e00, 0xe2200002, 0xc0c02f40, 0x1092041f, 0x1a00001f, + 0xe2200004, 0xc0c02f40, 0x1093041f, 0xc0c03e00, 0xe2200003, 0xc0c02f40, + 0x1093041f, 0xc0c03e00, 0xe2200002, 0xc0c02f40, 0x1093041f, 0x1a00001f, 0x100062c4, 0x1890001f, 0x100062c4, 0xa0908402, 0xe2000002, 0x10c0041f, 0x81040801, 0x81601001, 0xa0db9403, 0xa0de1003, 0xa0d60403, 0x13000c1f, 0xf0000000, 0x17c07c1f, 0x1a00001f, 0x100062c4, 0x1890001f, 0x100062c4, 0x80b08402, 0xe2000002, 0x81441801, 0xd8203ce5, 0x17c07c1f, 0x1a00001f, - 0x10006604, 0xc0c03e00, 0xe2200003, 0xc0c02f40, 0x1092041f, 0xc0c03e00, - 0xe2200004, 0xc0c02f40, 0x1092041f, 0xc0c03e00, 0xe2200005, 0xc0c02f40, - 0x1092041f, 0x10c0041f, 0x81040801, 0x81601001, 0xa0db9403, 0xa0de1003, + 0x10006604, 0xc0c03e00, 0xe2200003, 0xc0c02f40, 0x1093041f, 0xc0c03e00, + 0xe2200004, 0xc0c02f40, 0x1093041f, 0xc0c03e00, 0xe2200005, 0xc0c02f40, + 0x1093041f, 0x10c0041f, 0x81040801, 0x81601001, 0xa0db9403, 0xa0de1003, 0xa0d58403, 0x13000c1f, 0xf0000000, 0x17c07c1f, 0x18d0001f, 0x10006604, 0x10cf8c1f, 0xd8203e03, 0x17c07c1f, 0xf0000000, 0x17c07c1f, 0x18c0001f, 0x10006b18, 0x1910001f, 0x10006b18, 0xa1002804, 0xe0c00004, 0xf0000000, @@ -651,7 +651,7 @@ static const u32 suspend_binary[] = { 0x17c07c1f }; static struct pcm_desc suspend_pcm = { - .version = "pcm_suspend_v0.2.4.1.6_20150528-vproc_workaround", + .version = "pcm_suspend_v0.2.4.1.6.4.1_20151216", .base = suspend_binary, .size = 1021, .sess = 2, @@ -666,7 +666,6 @@ static struct pcm_desc suspend_pcm = { .vec7 = EVENT_VEC(12, 1, 0, 464), /* FUNC_VCORE_LOW */ }; - #else //ERROR #endif |
