diff options
author | Ryusuke Sakato <sakato.ryusuke@renesas.com> | 2007-05-06 21:48:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:11:57 -0400 |
commit | 39374aadcd0159b4744ab456f4efa100bea84bd4 (patch) | |
tree | abc7f4066e3404cf12e50688f558e0f9afd1de9d /include/asm-sh/r7780rp.h | |
parent | 9c37dc633016e9ebdc39adba0737b390e0de1507 (diff) |
sh: R7785RP board updates.
Some fixups for the R7785RP board. Gets iVDR working.
Signed-off-by: Ryusuke Sakato <sakato.ryusuke@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/r7780rp.h')
-rw-r--r-- | include/asm-sh/r7780rp.h | 7 |
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 | ||
202 | void make_r7780rp_irq(unsigned int irq); | 209 | void make_r7780rp_irq(unsigned int irq); |