summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2010-03-21 13:35:33 +0000
committerJohn Crispin <john@openwrt.org>2010-03-21 13:35:33 +0000
commite9615a0d36b3c614fe21575a3058810830e863bd (patch)
treec72f899e7aaab2f0a3d46288dc85667a96d6c9b8 /target
parentbbc8db54e7d0267ea5904a124bec2fe9cb52257a (diff)
downloadmaster-31e0f0ae-e9615a0d36b3c614fe21575a3058810830e863bd.tar.gz
master-31e0f0ae-e9615a0d36b3c614fe21575a3058810830e863bd.tar.bz2
master-31e0f0ae-e9615a0d36b3c614fe21575a3058810830e863bd.zip
add register definitions for ebu
SVN-Revision: 20338
Diffstat (limited to 'target')
-rw-r--r--target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h b/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h
index 1076dc4638..7d5ae23bee 100644
--- a/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h
+++ b/target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips.h
@@ -143,7 +143,8 @@
#define IFXMIPS_EBU_PCC_CON ((u32 *)(IFXMIPS_EBU_BASE_ADDR + 0x0090))
#define IFXMIPS_EBU_PCC_IEN ((u32 *)(IFXMIPS_EBU_BASE_ADDR + 0x00A4))
#define IFXMIPS_EBU_PCC_ISTAT ((u32 *)(IFXMIPS_EBU_BASE_ADDR + 0x00A0))
-
+#define IFXMIPS_EBU_BUSCON1 ((u32 *)(IFXMIPS_EBU_BASE_ADDR + 0x0064))
+#define IFXMIPS_EBU_ADDRSEL1 ((u32 *)(IFXMIPS_EBU_BASE_ADDR + 0x0024))
/*------------ CGU */
#define IFXMIPS_CGU_BASE_ADDR (KSEG1 + 0x1F103000)