diff --git a/plat/st/stm32mp1/stm32mp1_def.h b/plat/st/stm32mp1/stm32mp1_def.h index d6e178834..080bf01dd 100644 --- a/plat/st/stm32mp1/stm32mp1_def.h +++ b/plat/st/stm32mp1/stm32mp1_def.h @@ -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