summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2443/mach-smdk2443.c
diff options
context:
space:
mode:
authorHeiko Stuebner2011-12-22 23:37:44 +0100
committerRussell King2012-01-05 13:57:18 +0100
commit57538975917d4b0c467dbdd21328337f059bc027 (patch)
treee7fbdeacc9d55950f8092edf53603ec557edd667 /arch/arm/mach-s3c2443/mach-smdk2443.c
parentARM: restart: riscpc: use new restart hook (diff)
downloadkernel-qcow2-linux-57538975917d4b0c467dbdd21328337f059bc027.tar.gz
kernel-qcow2-linux-57538975917d4b0c467dbdd21328337f059bc027.tar.xz
kernel-qcow2-linux-57538975917d4b0c467dbdd21328337f059bc027.zip
ARM: 7254/1: restart: S3C24XX: move SWRST based S3C platforms to
S3C2412/S3C2416/S3C2443 use a special register to signal the reset to the processor and used therefore the s3c24xx_reset_hook mechanism in the s3c24xx-specific arch reset. This patch introduces restart functions for these architectures, moves the board files to them and removes the s3c24xx_reset_hook infrastructure, as all users are gone. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2443/mach-smdk2443.c')
-rw-r--r--arch/arm/mach-s3c2443/mach-smdk2443.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/mach-smdk2443.c b/arch/arm/mach-s3c2443/mach-smdk2443.c
index bec107e00441..209236956222 100644
--- a/arch/arm/mach-s3c2443/mach-smdk2443.c
+++ b/arch/arm/mach-s3c2443/mach-smdk2443.c
@@ -145,4 +145,5 @@ MACHINE_START(SMDK2443, "SMDK2443")
.map_io = smdk2443_map_io,
.init_machine = smdk2443_machine_init,
.timer = &s3c24xx_timer,
+ .restart = s3c2443_restart,
MACHINE_END