diff options
author | Mathieu Malaterre <malat@debian.org> | 2017-09-15 15:18:36 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-10-09 08:53:57 -0400 |
commit | 239e14d1952942bd902dcd09d93c80e7f2a76637 (patch) | |
tree | b7a475f12917470d1b3f740988850c50246937cd | |
parent | e7af4d14e234d2ca9cb84ca56a976537fac4fec2 (diff) |
MIPS: jz4780: DTS: Probe the jz4740-watchdog driver from devicetree
The jz4740-watchdog driver supports both jz4740 & jz4780.
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Paul Cercueil <paul@crapouillou.net>
Cc: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17291/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/boot/dts/ingenic/jz4780.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi index e906134ecaef..c4dbd44fdcd6 100644 --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi | |||
@@ -218,6 +218,11 @@ | |||
218 | status = "disabled"; | 218 | status = "disabled"; |
219 | }; | 219 | }; |
220 | 220 | ||
221 | watchdog: watchdog@10002000 { | ||
222 | compatible = "ingenic,jz4780-watchdog"; | ||
223 | reg = <0x10002000 0x100>; | ||
224 | }; | ||
225 | |||
221 | nemc: nemc@13410000 { | 226 | nemc: nemc@13410000 { |
222 | compatible = "ingenic,jz4780-nemc"; | 227 | compatible = "ingenic,jz4780-nemc"; |
223 | reg = <0x13410000 0x10000>; | 228 | reg = <0x13410000 0x10000>; |