aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/pm-simtec.c
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2005-09-07 11:49:23 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-09-07 11:49:23 +0100
commit7efb833d645d10258e32664404354d26cf6070e3 (patch)
tree2ccf9a3e11a3004dc3dc4f91cf4cced153beb2e6 /arch/arm/mach-s3c2410/pm-simtec.c
parent2be863c959ea22ac9eb83e30f6cd92a8ae78bfdc (diff)
[ARM] 2889/1: S3C2410 - Add machine Anubis
Patch from Ben Dooks Add the Simtec Anubis to the list of supported machines in the arch/arm/mach-s3c2410 directory. This ensures the core peripherals are registered, the timer source is configured and the correct power-management is enabled. Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/pm-simtec.c')
-rw-r--r--arch/arm/mach-s3c2410/pm-simtec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/pm-simtec.c b/arch/arm/mach-s3c2410/pm-simtec.c
index 2cb79883222..4c7ccef6c20 100644
--- a/arch/arm/mach-s3c2410/pm-simtec.c
+++ b/arch/arm/mach-s3c2410/pm-simtec.c
@@ -48,7 +48,7 @@ static __init int pm_simtec_init(void)
/* check which machine we are running on */
- if (!machine_is_bast() && !machine_is_vr1000())
+ if (!machine_is_bast() && !machine_is_vr1000() && !machine_is_anubis())
return 0;
printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");