aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches/002-wbd111_support.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-01 18:08:08 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-01 18:08:08 +0000
commit68028025acd0d6c57779ea7c46536d9b720e5a93 (patch)
tree265b8fd115feb9a61883caec0bc7172dbb06d50e /target/linux/gemini/patches/002-wbd111_support.patch
parent7898f9a59d0fd33162b90b82dc435ec20b3cd068 (diff)
downloadmaster-187ad058-68028025acd0d6c57779ea7c46536d9b720e5a93.tar.gz
master-187ad058-68028025acd0d6c57779ea7c46536d9b720e5a93.tar.bz2
master-187ad058-68028025acd0d6c57779ea7c46536d9b720e5a93.zip
register the watchdog on the wbd111
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16267 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini/patches/002-wbd111_support.patch')
-rw-r--r--target/linux/gemini/patches/002-wbd111_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/gemini/patches/002-wbd111_support.patch b/target/linux/gemini/patches/002-wbd111_support.patch
index 51b2db5196..059006d0d4 100644
--- a/target/linux/gemini/patches/002-wbd111_support.patch
+++ b/target/linux/gemini/patches/002-wbd111_support.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/arch/arm/mach-gemini/board-wbd111.c
-@@ -0,0 +1,124 @@
+@@ -0,0 +1,125 @@
+/*
+ * Support for Wiliboard WBD-111
+ *
@@ -109,6 +109,7 @@
+{
+ gemini_gpio_init();
+ platform_register_uart();
++ platform_register_watchdog();
+ platform_register_pflash(SZ_8M, NULL, 0);
+ platform_device_register(&wbd111_leds_device);
+ platform_device_register(&wbd111_keys_device);