mirror of
https://github.com/CTCaer/switch-l4t-atf.git
synced 2025-01-25 03:46:39 +00:00
rockchip: fix the reset-hold release for rk3399 resume
The pmusgrf reset-hold bits needs to be released, since the pmusgrf reset-hold bits needs to be held. Change-Id: Ia1eccc8fba18294f26b4cc07d47bc5e513dd9a1f
This commit is contained in:
parent
545bff0e1e
commit
78f7017cdd
@ -899,8 +899,6 @@ static int sys_pwr_domain_resume(void)
|
||||
enable_dvfs_plls();
|
||||
plls_resume_finish();
|
||||
|
||||
pmu_sgrf_rst_hld();
|
||||
|
||||
sys_slp_unconfig();
|
||||
|
||||
mmio_write_32(SGRF_BASE + SGRF_SOC_CON0_1(1),
|
||||
@ -937,6 +935,7 @@ static int sys_pwr_domain_resume(void)
|
||||
}
|
||||
}
|
||||
|
||||
pmu_sgrf_rst_hld_release();
|
||||
pmu_scu_b_pwrup();
|
||||
|
||||
pmu_power_domains_resume();
|
||||
|
Loading…
x
Reference in New Issue
Block a user