mpc83xx: Add sysreset driver

Add a sysreset driver for the MPC83xx platform.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
This commit is contained in:
Mario Six
2018-08-06 10:23:35 +02:00
committed by Simon Glass
parent 23471aed5c
commit 76fdad1f21
6 changed files with 329 additions and 5 deletions

View File

@@ -64,4 +64,9 @@ config SYSRESET_X86
help
Reboot support for generic x86 processor reset.
config SYSRESET_MCP83XX
bool "Enable support MPC83xx SoC family reboot driver"
help
Reboot support for NXP MPC83xx SoCs.
endmenu