Commit 5b8a225edf8b89120fae25c549e2c39dcfb7d9d7

Authored by Álvaro Fernández Rojas
Committed by Daniel Schwierzeck
1 parent 968185378b

mips: bmips: add wdt-reboot driver support for BCM6328

This driver allows rebooting the SoC by calling wdt_expire_now op.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

Showing 1 changed file with 5 additions and 0 deletions Side-by-side Diff

arch/mips/dts/brcm,bcm6328.dtsi
... ... @@ -84,6 +84,11 @@
84 84 clocks = <&periph_osc>;
85 85 };
86 86  
  87 + wdt-reboot {
  88 + compatible = "wdt-reboot";
  89 + wdt = <&wdt>;
  90 + };
  91 +
87 92 gpio: gpio-controller@10000084 {
88 93 compatible = "brcm,bcm6345-gpio";
89 94 reg = <0x10000084 0x4>, <0x1000008c 0x4>;