Hi, > From: Patrick DELAUNAY <[email protected]> > Sent: jeudi 15 octobre 2020 15:01 > To: [email protected] > Cc: Patrick DELAUNAY <[email protected]>; Fabien DESSENNE > <[email protected]>; Arnaud POULIQUEN <[email protected]>; > Patrice CHOTARD <[email protected]>; U-Boot STM32 <uboot-stm32@st- > md-mailman.stormreply.com> > Subject: [PATCH 2/3] remoteproc: stm32: use reset for hold boot > Importance: High > > Use the reset function to handle the hold boot bit in RCC with device tree > handle > with MCU_HOLD_BOOT identifier. > > This generic reset allows to remove the two specific properties: > - st,syscfg-holdboot > - st,syscfg-tz > > This patch prepares alignment with kernel device tree. > > Signed-off-by: Patrick Delaunay <[email protected]> > Cc: Fabien DESSENNE <[email protected]> > Cc: Arnaud POULIQUEN <[email protected]> > --- > > arch/arm/dts/stm32mp15-u-boot.dtsi | 7 +++ > drivers/remoteproc/stm32_copro.c | 93 ++++++++---------------------- > 2 files changed, 32 insertions(+), 68 deletions(-) >
Applied to u-boot-stm/master, thanks! Regards Patrick

