mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
* shrink the memory window of the wdt
SVN-Revision: 26352
This commit is contained in:
parent
db56769b0a
commit
5b0f2fb918
@ -273,8 +273,8 @@
|
|||||||
+#define PCI_CS_PR_BASE_ADDR (KSEG1 + 0x17000000)
|
+#define PCI_CS_PR_BASE_ADDR (KSEG1 + 0x17000000)
|
||||||
+
|
+
|
||||||
+/*------------ WDT */
|
+/*------------ WDT */
|
||||||
+#define LQ_WDT_BASE 0x1F880000
|
+#define LQ_WDT_BASE 0x1F8803F0
|
||||||
+#define LQ_WDT_SIZE 0x400
|
+#define LQ_WDT_SIZE 0x10
|
||||||
+
|
+
|
||||||
+/*------------ Serial To Parallel conversion */
|
+/*------------ Serial To Parallel conversion */
|
||||||
+#define LQ_STP_BASE 0x1E100BB0
|
+#define LQ_STP_BASE 0x1E100BB0
|
||||||
|
@ -49,8 +49,8 @@
|
|||||||
+#define LQ_WDT_PW1 0x00BE0000
|
+#define LQ_WDT_PW1 0x00BE0000
|
||||||
+#define LQ_WDT_PW2 0x00DC0000
|
+#define LQ_WDT_PW2 0x00DC0000
|
||||||
+
|
+
|
||||||
+#define LQ_BIU_WDT_CR 0x3F0
|
+#define LQ_BIU_WDT_CR 0x0
|
||||||
+#define LQ_BIU_WDT_SR 0x3F8
|
+#define LQ_BIU_WDT_SR 0x8
|
||||||
+
|
+
|
||||||
+#ifndef CONFIG_WATCHDOG_NOWAYOUT
|
+#ifndef CONFIG_WATCHDOG_NOWAYOUT
|
||||||
+static int wdt_ok_to_close;
|
+static int wdt_ok_to_close;
|
||||||
|
Loading…
Reference in New Issue
Block a user