[PATCH 07/16] sysreset: add reset controller based reboot driver

Simon Glass sjg at chromium.org
Fri Jan 10 10:39:44 CET 2020


On Wed, 8 Jan 2020 at 15:59, Weijie Gao <weijie.gao at mediatek.com> wrote:
>
> Some chips provide their sysreset function in reset controller, which is
> normally a bit written to 1 to perform the sysreset.
>
> This patch adds a new sysreset driver to take advantage of it.
>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> ---
>  drivers/sysreset/Kconfig             |  6 ++++
>  drivers/sysreset/Makefile            |  1 +
>  drivers/sysreset/sysreset_resetctl.c | 48 ++++++++++++++++++++++++++++
>  3 files changed, 55 insertions(+)
>  create mode 100644 drivers/sysreset/sysreset_resetctl.c

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list