]> git.baikalelectronics.ru Git - uboot.git/commitdiff
sunxi: f1c100s: Drop SYSRESET to enable reset functionality
authorAndre Przywara <andre.przywara@arm.com>
Wed, 2 Mar 2022 01:30:55 +0000 (01:30 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Thu, 3 Mar 2022 01:24:06 +0000 (01:24 +0000)
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>
configs/licheepi_nano_defconfig

index 9fd1dcc9958fa5bf18ad2343d7e352f917e5ad3d..67b7b85c4914d4b63049011f10e9ad86d3c332da 100644 (file)
@@ -10,3 +10,4 @@ CONFIG_DRAM_CLK=156
 CONFIG_DRAM_ZQ=0
 # CONFIG_VIDEO_SUNXI is not set
 CONFIG_SPL_SPI_SUNXI=y
+# CONFIG_SYSRESET is not set