linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] arm: mmp: add APBCP register definition
@ 2012-07-31  6:29 Chao Xie
  2012-07-31  6:29 ` [PATCH 2/8] arm: mmp: make private clock definition exclude from common clock Chao Xie
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Chao Xie @ 2012-07-31  6:29 UTC (permalink / raw)
  To: linux-arm-kernel

From: Chao Xie <chao.xie@marvell.com>

APBCP is a add on APBC area for pxa910

Signed-off-by: Chao Xie <xiechao.mail@gmail.com>
---
 arch/arm/mach-mmp/include/mach/addr-map.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-mmp/include/mach/addr-map.h b/arch/arm/mach-mmp/include/mach/addr-map.h
index f88a44c..e4605da 100644
--- a/arch/arm/mach-mmp/include/mach/addr-map.h
+++ b/arch/arm/mach-mmp/include/mach/addr-map.h
@@ -37,6 +37,10 @@
 #define APBC_VIRT_BASE		(APB_VIRT_BASE + 0x015000)
 #define APBC_REG(x)		(APBC_VIRT_BASE + (x))
 
+/* extension apbc area*/
+#define APBCP_VIRT_BASE		(APB_VIRT_BASE + 0x03b000)
+#define APBCP_REG(x)		(APBCP_VIRT_BASE + (x))
+
 #define MPMU_VIRT_BASE		(APB_VIRT_BASE + 0x50000)
 #define MPMU_REG(x)		(MPMU_VIRT_BASE + (x))
 
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-07-31  6:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  6:29 [PATCH 1/8] arm: mmp: add APBCP register definition Chao Xie
2012-07-31  6:29 ` [PATCH 2/8] arm: mmp: make private clock definition exclude from common clock Chao Xie
2012-07-31  6:29 ` [PATCH 3/8] arm: mmp: move pxa168 clock definition to separated file Chao Xie
2012-07-31  6:29 ` [PATCH 4/8] arm: mmp: move pxa910 " Chao Xie
2012-07-31  6:29 ` [PATCH 5/8] arm: mmp: move mmp2 " Chao Xie
2012-07-31  6:29 ` [PATCH 6/8] arm: mmp: remove unused definition in regs-apbc and regs-apmu Chao Xie
2012-07-31  6:29 ` [PATCH 7/8] arm: pxa: fix device id for pwm Chao Xie
2012-07-31  6:29 ` [PATCH 8/8] arm: mmp: change pwm id for pxa910 Chao Xie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).