
25 Nov
2021
25 Nov
'21
1:12 a.m.
On Sun, 14 Nov 2021 at 04:19, Mark Kettenis kettenis@openbsd.org wrote:
Rely on the new watchdog timer driver and the sysreset uclass to reset the system. This gets rid of hard-coded addresses and should work on systems based on the new M1 Pro and M1 Max SoCs as well.
Signed-off-by: Mark Kettenis kettenis@openbsd.org
arch/arm/Kconfig | 3 +++ arch/arm/mach-apple/board.c | 24 ------------------------ 2 files changed, 3 insertions(+), 24 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org Tested-on: Apple M1 Macbook Tested-by: Simon Glass sjg@chromium.org