arm: sunxi: h6: fix reset using r_wdog
authorClément Péron <peron.clem@gmail.com>
Wed, 17 Apr 2019 17:41:05 +0000 (19:41 +0200)
committerJagan Teki <jagan@amarulasolutions.com>
Mon, 20 May 2019 16:54:47 +0000 (22:24 +0530)
commit26f8e0d7f27e19102d6173d1e5831e7a82096779
treea06f3b740c1d938e0778d21da5655e30499b2d34
parent5b4b680cfe29a67171ccbe439c66374cb31faca3
arm: sunxi: h6: fix reset using r_wdog

Some H6 boards have a watchdog which didn't make the SoC
reboot properly.

Reason is still unknown but several people have test it.
Chen-Yu Tsai :
Pine H64 = H6 V200-AWIN H6448BA 7782 => OK
OrangePi Lite 2 = H6 V200-AWIN H8068BA 61C2 => KO

Martin Ayotte :
Pine H64 = H8069BA 6892 => OK
OrangePi 3 = HA047BA 69W2 => KO
OrangePi One Plus = H7310BA 6842 => KO
OrangePi Lite2 = H6448BA 6662 => KO

Clément Péron:
Beelink GS1 = H6 V200-AWIN H7309BA 6842 => KO

After the series of result, Icenowy try to reach Allwinner about this
issue but they seems not interested to investigate it.

As we don't have the ARIS coproc to do power management and watchdogis
the only solution to reset the board.

So, Change from watchdog to R_watchdog to allow a reboot on all H6
boards.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/include/asm/arch-sunxi/cpu_sun50i_h6.h
arch/arm/mach-sunxi/board.c