ARM: mmp: move XX_REG definition to addr-map.h
Move APBC_REG, APMU_REG and CIU_REG definition to addr-map.h driver only need include addr-map.h to get access of the registers. Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
This commit is contained in:
@@ -13,9 +13,6 @@
|
||||
|
||||
#include <mach/addr-map.h>
|
||||
|
||||
#define APMU_VIRT_BASE (AXI_VIRT_BASE + 0x82800)
|
||||
#define APMU_REG(x) (APMU_VIRT_BASE + (x))
|
||||
|
||||
/* Clock Reset Control */
|
||||
#define APMU_IRE APMU_REG(0x048)
|
||||
#define APMU_LCD APMU_REG(0x04c)
|
||||
|
Reference in New Issue
Block a user