aboutsummaryrefslogtreecommitdiff
path: root/plat/st/stm32mp1/bl2_plat_setup.c
diff options
context:
space:
mode:
authorMadhukar Pappireddy <madhukar.pappireddy@arm.com>2022-01-24 23:07:01 +0100
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2022-01-24 23:07:01 +0100
commit24dc0a2891f13206081ae4612931cb2bebfa79fd (patch)
tree3ae491252b478ffd5b70dfb85446550283e34c8d /plat/st/stm32mp1/bl2_plat_setup.c
parentb57d9d6f29d8dcb8d6b5792ea5a2ed313f2d4292 (diff)
parentdea02f4eaed855c2f05d8a1d7eefca313e98e5b4 (diff)
Merge changes from topic "st_syscfg_updates" into integrationHEADmaster
* changes: feat(stm32mp1): add helper to enable high speed mode in low voltage refactor(stm32mp1): add helpers for IO compensation cells feat(stm32mp1): use clk_enable/disable functions feat(stm32mp1): add timeout in IO compensation
Diffstat (limited to 'plat/st/stm32mp1/bl2_plat_setup.c')
-rw-r--r--plat/st/stm32mp1/bl2_plat_setup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plat/st/stm32mp1/bl2_plat_setup.c b/plat/st/stm32mp1/bl2_plat_setup.c
index 3c6f48ad81..0c93f27e36 100644
--- a/plat/st/stm32mp1/bl2_plat_setup.c
+++ b/plat/st/stm32mp1/bl2_plat_setup.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2021, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2015-2022, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -308,6 +308,8 @@ skip_console_init:
print_reset_reason();
+ stm32mp1_syscfg_enable_io_compensation_finish();
+
#if !STM32MP_USE_STM32IMAGE
fconf_populate("TB_FW", STM32MP_DTB_BASE);
#endif /* !STM32MP_USE_STM32IMAGE */