Skip to content

Commit

Permalink
ARM: S5PV310: Fix physical address of System Controller Register
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Boojin Kim authored and Kukjin Kim committed Oct 20, 2010
1 parent 0c0f909 commit 1114275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5pv310/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define S5PV310_PA_CHIPID (0x10000000)
#define S5P_PA_CHIPID S5PV310_PA_CHIPID

#define S5PV310_PA_SYSCON (0x10020000)
#define S5PV310_PA_SYSCON (0x10010000)
#define S5P_PA_SYSCON S5PV310_PA_SYSCON

#define S5PV310_PA_CMU (0x10030000)
Expand Down

0 comments on commit 1114275

Please sign in to comment.