summary refs log tree commit diff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorRyusuke Sakato <sakato.ryusuke@renesas.com>2007-05-07 10:48:56 +0900
committerPaul Mundt <lethal@hera.kernel.org>2007-05-07 02:11:57 +0000
commit39374aadcd0159b4744ab456f4efa100bea84bd4 (patch)
treeabc7f4066e3404cf12e50688f558e0f9afd1de9d /include/asm-sh
parent9c37dc633016e9ebdc39adba0737b390e0de1507 (diff)
downloadlinux-39374aadcd0159b4744ab456f4efa100bea84bd4.tar.gz
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')
-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 @@
 #define IRQ_ONETH       13              /* On board Ethernet IRQ */
 #define IRQ_PSW         14              /* Push Switch IRQ */
 
+#define IVDR_CK_ON	8		/* iVDR Clock ON */
+
 #elif defined(CONFIG_SH_R7780RP)
 #define PA_POFF		(-1)
 
@@ -152,6 +154,8 @@
 #define IRQ_PSW		13		/* Push Switch IRQ */
 #define IRQ_ZIGBEE	14		/* Ziggbee IO IRQ */
 
+#define IVDR_CK_ON	8		/* iVDR Clock ON */
+
 #elif defined(CONFIG_SH_R7785RP)
 #define PA_BCR		0xa4000000	/* FPGA */
 #define PA_SDPOW	(-1)
@@ -197,6 +201,9 @@
 #define PA_CU3MDR	(PA_BCR+0x0300)
 #define PA_CU5MDR	(PA_BCR+0x0302)
 #define PA_MMSR		(PA_BCR+0x0400)
+
+#define IVDR_CK_ON	4		/* iVDR Clock ON */
+
 #endif
 
 void make_r7780rp_irq(unsigned int irq);