rk3066B: add EFUSE BASE support

This commit is contained in:
chenxing
2013-06-21 14:20:56 +08:00
parent 686f12e57a
commit c6ba441eba
2 changed files with 2 additions and 0 deletions

View File

@@ -146,6 +146,7 @@
#define RK30_TIMER2_BASE RK30_IO_TO_VIRT1(RK30_TIMER2_PHYS)
#define RK30_TIMER2_SIZE SZ_8K
#define RK30_EFUSE_PHYS 0x20010000
#define RK30_EFUSE_BASE RK30_IO_TO_VIRT1(RK30_EFUSE_PHYS)
#define RK30_EFUSE_SIZE SZ_16K
#define RK30_TZPC_PHYS 0x20014000
#define RK30_TZPC_SIZE SZ_16K

View File

@@ -54,6 +54,7 @@ static struct map_desc rk30_io_desc[] __initdata = {
RK30_DEVICE(TIMER0),
RK30_DEVICE(TIMER1),
RK30_DEVICE(TIMER2),
RK30_DEVICE(EFUSE),
RK30_DEVICE(PWM01),
RK30_DEVICE(PWM23),
RK30_DEVICE(DDR_PCTL),