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:
Lionel Debieve 2021-04-15 08:27:28 +02:00 committed by Yann Gautier
parent a5308745ee
commit 225ce4822c
1 changed files with 2 additions and 2 deletions

View File

@ -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