Skip to content
Snippets Groups Projects
Commit a9b83c8d authored by Etienne Carriere's avatar Etienne Carriere Committed by Sebastien Pasdeloup
Browse files

clk: stm32mp1: pm for clock under secure RCC registers


When RCC[TZEN] is enabled secure world needs to save the secure and
non-secure clock configuration settings and restore them when
resuming.

Function stm32mp1_clk_mpu_suspend()/stm32mp1_clk_mpu_resume() are
made local and renamed clk_mpu_suspend()/clk_mpu_resume(). The
overall clock configuration is saved with stm32mp1_clock_suspend()
and restored with stm32mp1_clock_resume().

Change-Id: I1fc0c693c59ffe972961c2b23f30a39a520f3aaa
Signed-off-by: default avatarEtienne Carriere <etienne.carriere@st.com>
parent 9c329ea3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment