]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "sunxi: f1c100s: Drop SYSRESET to enable reset functionality"
authorAndre Przywara <andre.przywara@arm.com>
Tue, 26 Apr 2022 23:19:07 +0000 (00:19 +0100)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 22 May 2022 23:37:52 +0000 (00:37 +0100)
commit8bbc5dedb0bed82483f02075b650d02de1ab1881
treee25d4c2c3154453200f0ca2d6d5361382a776079
parentf1bceb423ca9174057ed70159dbbef4328c3b27d
Revert "sunxi: f1c100s: Drop SYSRESET to enable reset functionality"

The original Allwinner F1C100 .dtsi imported from the Linux kernel tree
used the wrong compatible string for the watchdog timer, so the Allwinner
DM reset driver was not working properly. We worked around this by
disabling the SYSRESET driver, so the hardcoded SPL reset driver took
over.
Now the issue was fixed in the DTs in mainline Linux, and we synced the
fixed .dtsi file into U-Boot, so drop the hack and use the normal U-Boot
proper reset infrastructure.

This reverts commit 1b79d4134a7b18122752e709142b240a04c5a231.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
configs/licheepi_nano_defconfig