aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/r7780rp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-sh/r7780rp.h b/include/asm-sh/r7780rp.h
index bb391e0979e6..4083b5949928 100644
--- a/include/asm-sh/r7780rp.h
+++ b/include/asm-sh/r7780rp.h
@@ -83,6 +83,8 @@
83#define IRQ_ONETH 13 /* On board Ethernet IRQ */ 83#define IRQ_ONETH 13 /* On board Ethernet IRQ */
84#define IRQ_PSW 14 /* Push Switch IRQ */ 84#define IRQ_PSW 14 /* Push Switch IRQ */
85 85
86#define IVDR_CK_ON 8 /* iVDR Clock ON */
87
86#elif defined(CONFIG_SH_R7780RP) 88#elif defined(CONFIG_SH_R7780RP)
87#define PA_POFF (-1) 89#define PA_POFF (-1)
88 90
@@ -152,6 +154,8 @@
152#define IRQ_PSW 13 /* Push Switch IRQ */ 154#define IRQ_PSW 13 /* Push Switch IRQ */
153#define IRQ_ZIGBEE 14 /* Ziggbee IO IRQ */ 155#define IRQ_ZIGBEE 14 /* Ziggbee IO IRQ */
154 156
157#define IVDR_CK_ON 8 /* iVDR Clock ON */
158
155#elif defined(CONFIG_SH_R7785RP) 159#elif defined(CONFIG_SH_R7785RP)
156#define PA_BCR 0xa4000000 /* FPGA */ 160#define PA_BCR 0xa4000000 /* FPGA */
157#define PA_SDPOW (-1) 161#define PA_SDPOW (-1)
@@ -197,6 +201,9 @@
197#define PA_CU3MDR (PA_BCR+0x0300) 201#define PA_CU3MDR (PA_BCR+0x0300)
198#define PA_CU5MDR (PA_BCR+0x0302) 202#define PA_CU5MDR (PA_BCR+0x0302)
199#define PA_MMSR (PA_BCR+0x0400) 203#define PA_MMSR (PA_BCR+0x0400)
204
205#define IVDR_CK_ON 4 /* iVDR Clock ON */
206
200#endif 207#endif
201 208
202void make_r7780rp_irq(unsigned int irq); 209void make_r7780rp_irq(unsigned int irq);