diff options
author | Paul Cercueil <paul@crapouillou.net> | 2010-12-05 15:08:22 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-03-15 12:01:44 -0400 |
commit | f865c35224bb310a1b464062ae1e946d261708e3 (patch) | |
tree | ecd0bd8052872aae601cf5ed9e62852655aed87c /arch/mips/include/asm | |
parent | 4bc30272a15c58fc358bde093703d23bc0cf8e66 (diff) |
watchdog: add JZ4740 watchdog driver
Adds support for the hardware watchdog found in Ingenic's jz4740
System-on-Chip.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'arch/mips/include/asm')
-rw-r--r-- | arch/mips/include/asm/mach-jz4740/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/platform.h b/arch/mips/include/asm/mach-jz4740/platform.h index 8987a76e9676..564ab81d6cdc 100644 --- a/arch/mips/include/asm/mach-jz4740/platform.h +++ b/arch/mips/include/asm/mach-jz4740/platform.h | |||
@@ -30,6 +30,7 @@ extern struct platform_device jz4740_i2s_device; | |||
30 | extern struct platform_device jz4740_pcm_device; | 30 | extern struct platform_device jz4740_pcm_device; |
31 | extern struct platform_device jz4740_codec_device; | 31 | extern struct platform_device jz4740_codec_device; |
32 | extern struct platform_device jz4740_adc_device; | 32 | extern struct platform_device jz4740_adc_device; |
33 | extern struct platform_device jz4740_wdt_device; | ||
33 | 34 | ||
34 | void jz4740_serial_device_register(void); | 35 | void jz4740_serial_device_register(void); |
35 | 36 | ||