Hi, > From: Patrick DELAUNAY <[email protected]> > Sent: jeudi 15 octobre 2020 15:01 > > Handle the register RCC_MP_GCR without SET/CLR registers but with a direct > access to bit BOOT_MCU: > - deassert => set the bit: The MCU will not be in HOLD_BOOT > - assert => clear the bit: The MCU will be set in HOLD_BOOT > > With this patch the RCC driver handles the MCU_HOLD_BOOT_R value added in > binding stm32mp1-resets.h > > Cc: Fabien DESSENNE <[email protected]> > Cc: Arnaud POULIQUEN <[email protected]> > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > drivers/reset/stm32-reset.c | 17 +++++++++++++---- > include/dt-bindings/reset/stm32mp1-resets.h | 1 + > 2 files changed, 14 insertions(+), 4 deletions(-) >
Applied to u-boot-stm/master, thanks! Regards Patrick

