power: reset: introduce oxnas-restart
authorDaniel Golle <daniel@makrotopia.org>
Mon, 30 Mar 2020 22:09:59 +0000 (23:09 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Thu, 30 Apr 2020 21:24:33 +0000 (23:24 +0200)
commit0edb259c98fcffef6916503282eb6e3133878b9a
tree485fafad3c83daf390a0210185546dc7087fb7cc
parent21b01cc879cc3ecef013b3576db2925adfd881aa
power: reset: introduce oxnas-restart

Add reboot handler for Oxford OX820 chips as reboot currenly hangs on
those boards. Code is based on ox820_assert_system_reset() found in
https://github.com/kref/linux-oxnas.git in
arch/arm/mach-oxnas/mach-ox820.c line 181.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
MAINTAINERS
drivers/power/reset/Kconfig
drivers/power/reset/Makefile
drivers/power/reset/oxnas-restart.c [new file with mode: 0644]