From: Andre Przywara Date: Wed, 2 Mar 2022 01:30:55 +0000 (+0000) Subject: sunxi: f1c100s: Drop SYSRESET to enable reset functionality X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=cfcf1952c11e6ffcbbf88;p=u-boot.git 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 --- diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig index 9fd1dcc995..67b7b85c49 100644 --- a/configs/licheepi_nano_defconfig +++ b/configs/licheepi_nano_defconfig @@ -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