diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-08-05 16:01:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-08-05 17:33:46 -0400 |
commit | 775587b6d769af3ba779a12ce790db4ccf0d1676 (patch) | |
tree | d9640ffd6553ec4656449ded9035449f13dbc654 /arch | |
parent | 5c9ffc9c3d61dfcafd7cdb61c7b94f2d7ac408fb (diff) |
powerpc: 86xx: mpc8610_hpcd: add watchdog node
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Cc: Kumar Gala <galak@kernel.crashing.org>
Cc: Wim Van Sebroeck <wim@iguana.be>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8610_hpcd.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 666185f59459..3b3a1062cb25 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts | |||
@@ -202,6 +202,11 @@ | |||
202 | fsl,has-rstcr; | 202 | fsl,has-rstcr; |
203 | }; | 203 | }; |
204 | 204 | ||
205 | wdt@e4000 { | ||
206 | compatible = "fsl,mpc8610-wdt"; | ||
207 | reg = <0xe4000 0x100>; | ||
208 | }; | ||
209 | |||
205 | i2s@16000 { | 210 | i2s@16000 { |
206 | compatible = "fsl,mpc8610-ssi"; | 211 | compatible = "fsl,mpc8610-ssi"; |
207 | cell-index = <0>; | 212 | cell-index = <0>; |