Commit e2a16044 authored by Madhukar Pappireddy's avatar Madhukar Pappireddy Committed by TrustedFirmware Code Review
Browse files

Merge "fix(plat/mediatek/me8195): fix error setting for SPM" into integration

parents 3d88d113 1f81ccce
...@@ -97,7 +97,7 @@ static struct pwr_ctrl suspend_ctrl = { ...@@ -97,7 +97,7 @@ static struct pwr_ctrl suspend_ctrl = {
/* [4] */ /* [4] */
.reg_spm_vrf18_req = 0, .reg_spm_vrf18_req = 0,
/* [7] FIXME: default disable HW Auto S1*/ /* [7] FIXME: default disable HW Auto S1*/
.reg_spm_ddr_en_req = 0, .reg_spm_ddr_en_req = 1,
/* [8] */ /* [8] */
.reg_spm_dvfs_req = 0, .reg_spm_dvfs_req = 0,
/* [9] */ /* [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