From 225ce4822ccf2e7c7c1fca6cf3918d4399158613 Mon Sep 17 00:00:00 2001 From: Lionel Debieve Date: Thu, 15 Apr 2021 08:27:28 +0200 Subject: [PATCH] feat(stm32mp1): add a second fixed regulator Increase the fixed regulator number that needs to be 2 for STM32MP13. Signed-off-by: Lionel Debieve Change-Id: Ica990fe9a6494b76aed763d2d353f5234fed7cea --- plat/st/stm32mp1/stm32mp1_def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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