mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3066B: add EFUSE BASE support
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user