Commit 1f81ccce authored by Garmin Chang's avatar Garmin Chang Committed by Rex-BC Chen
Browse files

fix(plat/mediatek/me8195): fix error setting for SPM



There is a error setting for SPM, so we need to fix this issue.
Signed-off-by: default avatarGarmin Chang <garmin.chang@mediatek.com>
Change-Id: I741a5dc1505a831fe48fd5bc3da9904db14c8a57
parent c31c82df
......@@ -97,7 +97,7 @@ static struct pwr_ctrl suspend_ctrl = {
/* [4] */
.reg_spm_vrf18_req = 0,
/* [7] FIXME: default disable HW Auto S1*/
.reg_spm_ddr_en_req = 0,
.reg_spm_ddr_en_req = 1,
/* [8] */
.reg_spm_dvfs_req = 0,
/* [9] */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment