diff options
author | Ben Dooks <ben-linux@fluff.org> | 2007-02-15 16:53:52 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-02-16 06:40:51 -0500 |
commit | b4f14eb86cda9324a2ffbdf534385d012967acd8 (patch) | |
tree | 657533198acc1f6d0130518bd88be75d84ca16f3 /include/asm-arm/arch-s3c2410 | |
parent | d4156d52c7464e8f25a286e1c2975e91bdbc35d6 (diff) |
[ARM] 4205/1: S3C2443: Add cpu specific reset hook
Hook in a cpu specific reset function for the S3C2443
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-s3c2410')
-rw-r--r-- | include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h b/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h index e696554f9c21..ff0536d2de42 100644 --- a/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h +++ b/include/asm-arm/arch-s3c2410/regs-s3c2443-clock.h | |||
@@ -38,6 +38,8 @@ | |||
38 | #define S3C2443_PWRCFG S3C2443_CLKREG(0x60) | 38 | #define S3C2443_PWRCFG S3C2443_CLKREG(0x60) |
39 | #define S3C2443_RSTCON S3C2443_CLKREG(0x64) | 39 | #define S3C2443_RSTCON S3C2443_CLKREG(0x64) |
40 | 40 | ||
41 | #define S3C2443_SWRST_RESET (0x533c2443) | ||
42 | |||
41 | #define S3C2443_PLLCON_OFF (1<<24) | 43 | #define S3C2443_PLLCON_OFF (1<<24) |
42 | 44 | ||
43 | #define S3C2443_CLKSRC_I2S_EXT (1<<14) | 45 | #define S3C2443_CLKSRC_I2S_EXT (1<<14) |