From 4f3a09388f325ee4a6e3591bcd1b6224c88eb3e5 Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 23 Oct 2009 16:51:51 +0000 Subject: [ramips] adds ethernet driver, esw needs to be moved to swconfig, driver is missing rt288x support, not a platform device yet git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18128 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h') diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h index 7f0666d5b..a17962d5a 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h @@ -14,7 +14,7 @@ #include #define RT305X_SDRAM_BASE 0x00000000 -#define RT305X_SYSC_BASE 0x10000000 +#define RT305X_SYSC_BASE 0x10000000 #define RT305X_TIMER_BASE 0x10000100 #define RT305X_INTC_BASE 0x10000200 #define RT305X_MEMC_BASE 0x10000300 @@ -26,7 +26,7 @@ #define RT305X_I2S_BASE 0x10000a00 #define RT305X_SPI_BASE 0x10000b00 #define RT305X_UART1_BASE 0x10000c00 -#define RT305X_FE_BASE 0x10010000 +#define RT305X_FE_BASE 0x10100000 #define RT305X_SWITCH_BASE 0x10110000 #define RT305X_WMAC_BASE 0x00180000 #define RT305X_OTG_BASE 0x101c0000 @@ -35,6 +35,7 @@ #define RT305X_FLASH0_BASE 0x1f000000 #define RT305X_SYSC_SIZE 0x100 +#define RT305X_TIMER_SIZE 0x100 #define RT305X_INTC_SIZE 0x100 #define RT305X_MEMC_SIZE 0x100 #define RT305X_UART0_SIZE 0x100 -- cgit v1.2.3