Re: [PATCH 5/7] arm: juno: Use PSCI based reset

2020-03-27 Thread Linus Walleij
On Wed, Mar 25, 2020 at 3:47 PM Andre Przywara wrote: > So far the Juno board wasn't implementing reset. Let's just use the > already existing PSCI_RESET based method to avoid any extra code. > > Signed-off-by: Andre Przywara > Acked-by: Liviu Dudau Reviewed-by: Linus Walleij Yours, Linus Wa

[PATCH 5/7] arm: juno: Use PSCI based reset

2020-03-25 Thread Andre Przywara
So far the Juno board wasn't implementing reset. Let's just use the already existing PSCI_RESET based method to avoid any extra code. Signed-off-by: Andre Przywara Acked-by: Liviu Dudau --- arch/arm/Kconfig | 2 ++ board/armltd/vexpress64/vexpress64.c | 4 +--- 2 files chang