diff options
| author | Álvaro Fernández Rojas <[email protected]> | 2017-05-16 18:29:16 +0200 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2017-05-31 14:49:55 +0200 |
| commit | d7efa9407146a6fd4952478dc561eb960a9fe287 (patch) | |
| tree | 2067eb17e1f2096c6b5a940dd548305c958726b9 | |
| parent | 5b8a225edf8b89120fae25c549e2c39dcfb7d9d7 (diff) | |
mips: bmips: add wdt-reboot driver support for BCM63268
This driver allows rebooting the SoC by calling wdt_expire_now op.
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | arch/mips/dts/brcm,bcm63268.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm63268.dtsi index a3b7e73aa1e..113a96bef81 100644 --- a/arch/mips/dts/brcm,bcm63268.dtsi +++ b/arch/mips/dts/brcm,bcm63268.dtsi @@ -90,6 +90,11 @@ clocks = <&periph_osc>; }; + wdt-reboot { + compatible = "wdt-reboot"; + wdt = <&wdt>; + }; + gpio1: gpio-controller@100000c0 { compatible = "brcm,bcm6345-gpio"; reg = <0x100000c0 0x4>, <0x100000c8 0x4>; |
