mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
Merge "fix(plat/mediatek/me8195): fix error setting for SPM" into integration
This commit is contained in:
commit
e2a16044ad
1 changed files with 1 additions and 1 deletions
|
@ -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] */
|
||||
|
|
Loading…
Add table
Reference in a new issue