Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
e2a16044
Commit
e2a16044
authored
3 years ago
by
Madhukar Pappireddy
Committed by
TrustedFirmware Code Review
3 years ago
Browse files
Options
Download
Plain Diff
Merge "fix(plat/mediatek/me8195): fix error setting for SPM" into integration
parents
3d88d113
1f81ccce
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/mediatek/mt8195/drivers/spm/mt_spm_suspend.c
+1
-1
plat/mediatek/mt8195/drivers/spm/mt_spm_suspend.c
with
1 addition
and
1 deletion
+1
-1
plat/mediatek/mt8195/drivers/spm/mt_spm_suspend.c
View file @
e2a16044
...
...
@@ -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] */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help