diff options
Diffstat (limited to 'plat/rockchip/common/plat_pm.c')
-rw-r--r--[-rwxr-xr-x] | plat/rockchip/common/plat_pm.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plat/rockchip/common/plat_pm.c b/plat/rockchip/common/plat_pm.c index 3c2c79a6..d28100d9 100755..100644 --- a/plat/rockchip/common/plat_pm.c +++ b/plat/rockchip/common/plat_pm.c @@ -283,9 +283,10 @@ void rockchip_pwr_domain_suspend_finish(const psci_power_state_t *target_state) rockchip_ops->cores_pwr_dm_resume(); /* * Program the gic per-cpu distributor or re-distributor interface. - * For sys power domain operation, resuming of the gic needs to operate in - * rockchip_ops->sys_pwr_dm_resume, according to the sys power mode implements. - */ + * For sys power domain operation, resuming of the gic needs to operate + * in rockchip_ops->sys_pwr_dm_resume, according to the sys power mode + * implements. + */ plat_rockchip_gic_cpuif_enable(); comm_finish: |