mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
feat(stm32mp1): add a second fixed regulator
Increase the fixed regulator number that needs to be 2 for STM32MP13. Signed-off-by: Lionel Debieve <lionel.debieve@foss.st.com> Change-Id: Ica990fe9a6494b76aed763d2d353f5234fed7cea
This commit is contained in:
parent
a5308745ee
commit
225ce4822c
1 changed files with 2 additions and 2 deletions
|
@ -579,8 +579,8 @@ static inline uintptr_t tamp_bkpr(uint32_t idx)
|
|||
******************************************************************************/
|
||||
/* 3 PWR + 1 VREFBUF + 14 PMIC regulators + 1 FIXED */
|
||||
#define PLAT_NB_RDEVS U(19)
|
||||
/* 1 FIXED */
|
||||
#define PLAT_NB_FIXED_REGS U(1)
|
||||
/* 2 FIXED */
|
||||
#define PLAT_NB_FIXED_REGS U(2)
|
||||
|
||||
/*******************************************************************************
|
||||
* Device Tree defines
|
||||
|
|
Loading…
Add table
Reference in a new issue