projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e856bb1
)
ARM: S5P6440: Add IO descriptor for ChipID block.
author
Kukjin Kim
<kgene.kim@samsung.com>
Tue, 19 Jan 2010 02:21:39 +0000
(11:21 +0900)
committer
Ben Dooks
<ben-linux@fluff.org>
Tue, 19 Jan 2010 09:52:54 +0000
(18:52 +0900)
This patch adds the IO descriptor for ChipID block in S5P6440.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s5p6440/include/mach/map.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s5p6440/include/mach/map.h
b/arch/arm/mach-s5p6440/include/mach/map.h
index
b370329
..
dc922d6
100644
(file)
--- a/
arch/arm/mach-s5p6440/include/mach/map.h
+++ b/
arch/arm/mach-s5p6440/include/mach/map.h
@@
-15,6
+15,11
@@
#include <plat/map-base.h>
+/* Chip ID */
+#define S5P6440_PA_CHIPID (0xE0000000)
+#define S5P_PA_CHIPID S5P6440_PA_CHIPID
+#define S5P_VA_CHIPID S3C_ADDR(0x00700000)
+
/* SYSCON */
#define S5P6440_PA_SYSCON (0xE0100000)
#define S5P_PA_SYSCON S5P6440_PA_SYSCON