-
- Downloads
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:
Etienne Carriere <etienne.carriere@st.com>
Showing
- drivers/st/clk/stm32mp1_clk.c 307 additions, 0 deletionsdrivers/st/clk/stm32mp1_clk.c
- include/drivers/st/stm32mp1_clk.h 6 additions, 0 deletionsinclude/drivers/st/stm32mp1_clk.h
- plat/st/stm32mp1/include/stm32mp1_context.h 3 additions, 0 deletionsplat/st/stm32mp1/include/stm32mp1_context.h
- plat/st/stm32mp1/stm32mp1_context.c 47 additions, 2 deletionsplat/st/stm32mp1/stm32mp1_context.c
Loading
Please register or sign in to comment