RE: [PATCH 2/3] remoteproc: stm32: use reset for hold boot

2020-11-25 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: jeudi 15 octobre 2020 15:01 > To: u-boot@lists.denx.de > Cc: Patrick DELAUNAY ; Fabien DESSENNE > ; Arnaud POULIQUEN ; > Patrice CHOTARD ; U-Boot STM32 md-mailman.stormreply.com> > Subject: [PATCH 2/3] remoteproc: stm32: use reset fo

Re: [PATCH 2/3] remoteproc: stm32: use reset for hold boot

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/15/20 3:01 PM, Patrick Delaunay wrote: > 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 p

[PATCH 2/3] remoteproc: stm32: use reset for hold boot

2020-10-15 Thread Patrick Delaunay
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 Dela