summaryrefslogtreecommitdiff
path: root/arch/mips/ath79/setup.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-01-04 20:28:20 (GMT)
committerRalf Baechle <ralf@linux-mips.org>2011-01-18 18:30:26 (GMT)
commit858f763c1cc37ecc6ab39dec60bb3a46606dcac4 (patch)
tree0b0d834212fa05e53de9988ba5ea83c224302a1f /arch/mips/ath79/setup.c
parentd8fec1fc80cd8639449e2b5012688f5be109eeaf (diff)
downloadlinux-858f763c1cc37ecc6ab39dec60bb3a46606dcac4.tar.xz
MIPS: ath79: add common watchdog device
All supported SoCs have a built-in hardware watchdog driver. This patch registers a platform_device for that to make it usable. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Cc: linux-mips@linux-mips.org Cc: Luis R. Rodriguez <lrodriguez@atheros.com> Cc: Cliff Holden <Cliff.Holden@Atheros.com> Cc: Kathy Giori <Kathy.Giori@Atheros.com> Patchwork: https://patchwork.linux-mips.org/patch/1955/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ath79/setup.c')
-rw-r--r--arch/mips/ath79/setup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c
index 5e57402..159b42f 100644
--- a/arch/mips/ath79/setup.c
+++ b/arch/mips/ath79/setup.c
@@ -186,6 +186,7 @@ static int __init ath79_setup(void)
{
ath79_gpio_init();
ath79_register_uart();
+ ath79_register_wdt();
mips_machine_setup();