diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2017-11-17 05:19:44 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-06 03:25:18 +0300 |
commit | b68c2575810521e470466b5faf4b79e796d12d74 (patch) | |
tree | ae8e195ab0dbd0c186df8f838e6a98c62748c755 /arch/mips/boot/dts/brcm/bcm97358svmb.dts | |
parent | e84442c12bbfc8cf2d7a33905e9d0e1a693b4356 (diff) | |
download | linux-b68c2575810521e470466b5faf4b79e796d12d74.tar.xz |
MIPS: BMIPS: Add Broadcom STB watchdog nodes
Adds watchdog device nodes to BCM7xxx MIPS based SoCs.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17729/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97358svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97358svmb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97358svmb.dts b/arch/mips/boot/dts/brcm/bcm97358svmb.dts index 2986ce353e57..41c1b510c230 100644 --- a/arch/mips/boot/dts/brcm/bcm97358svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97358svmb.dts @@ -55,6 +55,10 @@ status = "okay"; }; +&watchdog { + status = "okay"; +}; + &enet0 { status = "okay"; }; |