diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-19 23:18:07 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-08-24 06:25:19 -0400 |
commit | e6d1cb9f1fffd7e300af6d8f6731a486d6255e3f (patch) | |
tree | 7247b6f99084bfe78fbf17c5284121aa6ffc5f08 /arch/arm/plat-s3c24xx | |
parent | a3d9358406b7529373ccafbf6d264f811884959c (diff) |
ARM: SAMSUNG: Add support for handling of cpu revision
This patch adds plat-samsung/cpu.c for detecting of cpu id and
silicon revision.
This patch was originally from Changhwan Youn <chaos.youn@samsung.com>
Acked-by: Changhwan Youn <chaos.youn@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx')
-rw-r--r-- | arch/arm/plat-s3c24xx/cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c index ead21a4a7f8a..3c6335307fb1 100644 --- a/arch/arm/plat-s3c24xx/cpu.c +++ b/arch/arm/plat-s3c24xx/cpu.c | |||
@@ -224,6 +224,7 @@ void __init s3c24xx_init_io(struct map_desc *mach_desc, int size) | |||
224 | } else { | 224 | } else { |
225 | samsung_cpu_id = s3c24xx_read_idcode_v4(); | 225 | samsung_cpu_id = s3c24xx_read_idcode_v4(); |
226 | } | 226 | } |
227 | s3c24xx_init_cpu(); | ||
227 | 228 | ||
228 | arm_pm_restart = s3c24xx_pm_restart; | 229 | arm_pm_restart = s3c24xx_pm_restart; |
229 | 230 | ||