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
Sep 13, 2016
by
davidcunado-arm
Committed by
GitHub
Sep 13, 2016
Browse files
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
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
;
}
...
...
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