Skip to content
Snippets Groups Projects
Commit b1102b4f authored by Yann Gautier's avatar Yann Gautier Committed by Sebastien Pasdeloup
Browse files

stm32mp1: enable SYSCFG clock when disabling IO compensation


When going to low-power modes, the IO compensation is disabled through
the function stm32mp1_syscfg_disable_io_compensation(). But at this step,
the SYSCFG clock could be disabled. Enable it at the beginning of the
sequence.

Change-Id: I9e805cf5ca232f702963925a7d0d7d107dbb874d
Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/tf-a/+/185955


Reviewed-by: default avatarCITOOLS <smet-aci-reviews@lists.codex.cro.st.com>
Reviewed-by: default avatarCIBUILD <smet-aci-builds@lists.codex.cro.st.com>
parent 6605241c
No related branches found
No related tags found
No related merge requests found
...@@ -167,6 +167,8 @@ void stm32mp1_syscfg_disable_io_compensation(void) ...@@ -167,6 +167,8 @@ void stm32mp1_syscfg_disable_io_compensation(void)
{ {
uint32_t value; uint32_t value;
stm32mp1_clk_force_enable(SYSCFG);
/* /*
* Deactivate automatic I/O compensation. * Deactivate automatic I/O compensation.
* Warning: CSI is disabled automatically in STOP if not * Warning: CSI is disabled automatically in STOP if not
......
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