aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/asm/mach-lantiq/lantiq.h1
-rw-r--r--arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-lantiq/lantiq.h b/arch/mips/include/asm/mach-lantiq/lantiq.h
index 6775d2402cd0..64fbc3faad64 100644
--- a/arch/mips/include/asm/mach-lantiq/lantiq.h
+++ b/arch/mips/include/asm/mach-lantiq/lantiq.h
@@ -49,7 +49,6 @@ extern struct clk *clk_get_io(void);
49extern unsigned char ltq_boot_select(void); 49extern unsigned char ltq_boot_select(void);
50/* find out what caused the last cpu reset */ 50/* find out what caused the last cpu reset */
51extern int ltq_reset_cause(void); 51extern int ltq_reset_cause(void);
52#define LTQ_RST_CAUSE_WDTRST 0x20
53 52
54#define IOPORT_RESOURCE_START 0x10000000 53#define IOPORT_RESOURCE_START 0x10000000
55#define IOPORT_RESOURCE_END 0xffffffff 54#define IOPORT_RESOURCE_END 0xffffffff
diff --git a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
index b5a2acf9156f..d0d40a42327c 100644
--- a/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
+++ b/arch/mips/include/asm/mach-lantiq/xway/lantiq_soc.h
@@ -133,6 +133,8 @@ extern __iomem void *ltq_cgu_membase;
133#define LTQ_WDT_BASE_ADDR 0x1F8803F0 133#define LTQ_WDT_BASE_ADDR 0x1F8803F0
134#define LTQ_WDT_SIZE 0x10 134#define LTQ_WDT_SIZE 0x10
135 135
136#define LTQ_RST_CAUSE_WDTRST 0x20
137
136/* STP - serial to parallel conversion unit */ 138/* STP - serial to parallel conversion unit */
137#define LTQ_STP_BASE_ADDR 0x1E100BB0 139#define LTQ_STP_BASE_ADDR 0x1E100BB0
138#define LTQ_STP_SIZE 0x40 140#define LTQ_STP_SIZE 0x40