aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2011-03-29 05:18:08 +0000
committerJohn Crispin <blogic@openwrt.org>2011-03-29 05:18:08 +0000
commit19987fab15b42824c5faf96034fc0defa5b81af9 (patch)
tree36299ebbb4be41fddff0105f749018184771478e /target/linux/lantiq
parent2e6d399f2816e92ccbd6b87ba926734496b14339 (diff)
downloadmaster-187ad058-19987fab15b42824c5faf96034fc0defa5b81af9.tar.gz
master-187ad058-19987fab15b42824c5faf96034fc0defa5b81af9.tar.bz2
master-187ad058-19987fab15b42824c5faf96034fc0defa5b81af9.zip
[lantiq]
* shrink the memory window of the wdt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/patches/105-header_xway.patch4
-rw-r--r--target/linux/lantiq/patches/250-watchdog.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches/105-header_xway.patch b/target/linux/lantiq/patches/105-header_xway.patch
index 90de9a8b82..18e37a70b6 100644
--- a/target/linux/lantiq/patches/105-header_xway.patch
+++ b/target/linux/lantiq/patches/105-header_xway.patch
@@ -273,8 +273,8 @@
+#define PCI_CS_PR_BASE_ADDR (KSEG1 + 0x17000000)
+
+/*------------ WDT */
-+#define LQ_WDT_BASE 0x1F880000
-+#define LQ_WDT_SIZE 0x400
++#define LQ_WDT_BASE 0x1F8803F0
++#define LQ_WDT_SIZE 0x10
+
+/*------------ Serial To Parallel conversion */
+#define LQ_STP_BASE 0x1E100BB0
diff --git a/target/linux/lantiq/patches/250-watchdog.patch b/target/linux/lantiq/patches/250-watchdog.patch
index 510d4e1277..96875db2de 100644
--- a/target/linux/lantiq/patches/250-watchdog.patch
+++ b/target/linux/lantiq/patches/250-watchdog.patch
@@ -49,8 +49,8 @@
+#define LQ_WDT_PW1 0x00BE0000
+#define LQ_WDT_PW2 0x00DC0000
+
-+#define LQ_BIU_WDT_CR 0x3F0
-+#define LQ_BIU_WDT_SR 0x3F8
++#define LQ_BIU_WDT_CR 0x0
++#define LQ_BIU_WDT_SR 0x8
+
+#ifndef CONFIG_WATCHDOG_NOWAYOUT
+static int wdt_ok_to_close;