Merge pull request #703 from rockchip-linux/fixes-gic-panic

rockchip: fixes the gic panic for rk3399 resume
This commit is contained in:
davidcunado-arm 2016-09-13 17:13:45 +01:00 committed by GitHub
commit b1887a86aa
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}