Skip to content

Commit

Permalink
[ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machines
Browse files Browse the repository at this point in the history
Patch from Ben Dooks

Enable power management for Simtec Osiris

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Ben Dooks authored and Russell King committed Jun 24, 2006
1 parent a019f4a commit c9b949a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/arm/mach-s3c2410/pm-simtec.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ static __init int pm_simtec_init(void)

/* check which machine we are running on */

if (!machine_is_bast() && !machine_is_vr1000() && !machine_is_anubis())
if (!machine_is_bast() && !machine_is_vr1000() &&
!machine_is_anubis() && !machine_is_osiris())
return 0;

printk(KERN_INFO "Simtec Board Power Manangement" COPYRIGHT "\n");
Expand Down

0 comments on commit c9b949a

Please sign in to comment.