[PATCH v3 05/20] sysreset: add reset controller based reboot driver
Bin Meng
bmeng.cn at gmail.com
Mon Feb 10 16:47:01 CET 2020
Hi,
On Mon, Feb 10, 2020 at 11:40 PM Daniel Schwierzeck
<daniel.schwierzeck at gmail.com> wrote:
>
>
>
> Am 21.01.20 um 09:18 schrieb Weijie Gao:
> > 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.
> >
> > Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> > Reviewed-by: Simon Glass <sjg at chromium.org>
> > Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> > ---
> > Changes since v2: none
> > ---
> > 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
> >
>
> applied to u-boot-mips, thanks.
Sorry I might be late, but by looking at the compatible string, I did
not find any in the Linux kernel DT bindings.
Is this a chipset-specific driver, or generic driver?
Regards,
Bin
More information about the U-Boot
mailing list