commit | e19700fb53ae9f22cfe472e4db5c032e1a12c624 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Wed Jan 12 19:55:17 2022 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Jan 13 06:55:46 2022 +0100 |
tree | 3d599b7b9f5d272b83db67a8455146882183edf0 | |
parent | fb64614748240d64cf494f00134f27e9afcb7577 [diff] |
arm: apple: Use watchdog timer for system reset 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> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Stefan Roese <sr@denx.de> Tested-on: Apple M1 Macbook Tested-by: Simon Glass <sjg@chromium.org>