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:
0c0f909
)
ARM: S5PV310: Fix physical address of System Controller Register
author
Boojin Kim
<boojin.kim@samsung.com>
Wed, 29 Sep 2010 11:42:15 +0000
(20:42 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 20 Oct 2010 22:52:18 +0000
(07:52 +0900)
The physical address of SYSCON(System Controller) is wrong.
This patch fixs this wrong physical address value from 0x10020000 to 0x10010000.
Signed-off-by: Boojin Kim <boojin.kim@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/include/mach/map.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s5pv310/include/mach/map.h
b/arch/arm/mach-s5pv310/include/mach/map.h
index
7523653
..
8014c3a
100644
(file)
--- a/
arch/arm/mach-s5pv310/include/mach/map.h
+++ b/
arch/arm/mach-s5pv310/include/mach/map.h
@@
-34,7
+34,7
@@
#define S5PV310_PA_CHIPID (0x10000000)
#define S5P_PA_CHIPID S5PV310_PA_CHIPID
-#define S5PV310_PA_SYSCON (0x100
2
0000)
+#define S5PV310_PA_SYSCON (0x100
1
0000)
#define S5P_PA_SYSCON S5PV310_PA_SYSCON
#define S5PV310_PA_CMU (0x10030000)