aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mmp/include/mach/regs-apmu.h
diff options
context:
space:
mode:
authorChao Xie <chao.xie@marvell.com>2012-05-07 11:22:22 +0800
committerHaojian Zhuang <haojian.zhuang@gmail.com>2012-05-07 11:34:38 +0800
commit5e5661a872600cb4b12d5292160608fb232efdcd (patch)
tree4d00e142962c7a330448f59b5fbe507faeb15f3f /arch/arm/mach-mmp/include/mach/regs-apmu.h
parentace1297f7222ec5d6a33f41e792a21e999551924 (diff)
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>
Diffstat (limited to 'arch/arm/mach-mmp/include/mach/regs-apmu.h')
-rw-r--r--arch/arm/mach-mmp/include/mach/regs-apmu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mmp/include/mach/regs-apmu.h b/arch/arm/mach-mmp/include/mach/regs-apmu.h
index 8447ac63e28f..7af8deb63e83 100644
--- a/arch/arm/mach-mmp/include/mach/regs-apmu.h
+++ b/arch/arm/mach-mmp/include/mach/regs-apmu.h
@@ -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)