Re: [PATCH 5/5] WIP soc: v3u: allow WDT reset

2020-12-22 Thread Geert Uytterhoeven
On Fri, Dec 18, 2020 at 6:37 PM Wolfram Sang wrote: > Other Gen3 SoCs do this in the bootloader. Maybe V3U will also later? > For now, add it so we can properly reboot via remote. > > Not to be applied yet, just for demonstration. Agreed. > Signed-off-by: Wolfram Sang Reviewed-by: Geert

[PATCH 5/5] WIP soc: v3u: allow WDT reset

2020-12-18 Thread Wolfram Sang
Other Gen3 SoCs do this in the bootloader. Maybe V3U will also later? For now, add it so we can properly reboot via remote. Not to be applied yet, just for demonstration. Signed-off-by: Wolfram Sang --- drivers/soc/renesas/rcar-rst.c | 8 1 file changed, 8 insertions(+) diff --git