Re: [U-Boot] [PATCH 6/8] mips: bmips: add wdt-reboot driver support for BCM6358

2017-05-15 Thread Simon Glass
On 12 May 2017 at 17:19, Álvaro Fernández Rojas wrote: > This driver allows rebooting the SoC by calling wdt_expire_now op. > > Signed-off-by: Álvaro Fernández Rojas > --- > arch/mips/dts/brcm,bcm6358.dtsi | 5 + > 1 file changed, 5 insertions(+) > Reviewed-by: Simon Glass

[U-Boot] [PATCH 6/8] mips: bmips: add wdt-reboot driver support for BCM6358

2017-05-12 Thread Álvaro Fernández Rojas
This driver allows rebooting the SoC by calling wdt_expire_now op. Signed-off-by: Álvaro Fernández Rojas --- arch/mips/dts/brcm,bcm6358.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/mips/dts/brcm,bcm6358.dtsi b/arch/mips/dts/brcm,bcm6358.dtsi index 5d8399c..4f63cf8 100644 --