commit | 260ce7f6ef10709da138f15a0d278e0d24bf258d | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Wed Mar 02 01:30:55 2022 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Thu Mar 03 01:24:06 2022 +0000 |
tree | 7befe6f01270800bbc400f0734a8dc76f5f9b8f9 | |
parent | 0d0bec074264549ddbf38ad7999c64a2ae6e1b96 [diff] |
sunxi: f1c100s: Drop SYSRESET to enable reset functionality The F1C100s DT contains the wrong compatible string for the watchdog, which breaks reset functionality. Updating the DT goes via the Linux tree, but to allow reset functionality meanwhile (useful for development!), disable SYSRESET for now, to let the old-fashioned watchdog driver kick in and provide the reset_cpu() implementation. Signed-off-by: Andre Przywara <andre.przywara@arm.com>