projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a019f4a
)
[ARM] 3647/1: S3C24XX: add Osiris to the list of simtec pm machines
author
Ben Dooks
<ben-linux@fluff.org>
Sat, 24 Jun 2006 20:22:35 +0000
(21:22 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 24 Jun 2006 20:22:35 +0000
(21:22 +0100)
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>
arch/arm/mach-s3c2410/pm-simtec.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/pm-simtec.c
b/arch/arm/mach-s3c2410/pm-simtec.c
index 4c7ccef6c207d0d2ba67349445324c1b87c2974a..7b244566a436891d6f2b9f32cf848f1f222a0627 100644
(file)
--- a/
arch/arm/mach-s3c2410/pm-simtec.c
+++ b/
arch/arm/mach-s3c2410/pm-simtec.c
@@
-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");