Skip to content
GitLab
Menu
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
b1887a86
Commit
b1887a86
authored
8 years ago
by
davidcunado-arm
Committed by
GitHub
8 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #703 from rockchip-linux/fixes-gic-panic
rockchip: fixes the gic panic for rk3399 resume
parents
4531d3c9
0587788a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
plat/rockchip/rk3399/drivers/pmu/pmu.c
+3
-0
plat/rockchip/rk3399/drivers/pmu/pmu.c
with
3 additions
and
0 deletions
+3
-0
plat/rockchip/rk3399/drivers/pmu/pmu.c
View file @
b1887a86
...
...
@@ -1189,6 +1189,9 @@ static int sys_pwr_domain_resume(void)
BIT
(
PMU_CLR_PERILP
)
|
BIT
(
PMU_CLR_PMU
)
|
BIT
(
PMU_CLR_GIC
));
plat_rockchip_gic_cpuif_enable
();
return
0
;
}
...
...
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