projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc7235c
)
ARM: OMAP2+: Disable omap3 PM init for ti81xx
author
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2015 01:37:16 +0000
(17:37 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Thu, 15 Jan 2015 01:37:16 +0000
(17:37 -0800)
We cannot use the omap3 pm support on 81xx.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/io.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-omap2/io.c
b/arch/arm/mach-omap2/io.c
index b957776a41b6d085127c1cfff67679fc73facc3f..e4a5630149e14e84086089666124119d572580b0 100644
(file)
--- a/
arch/arm/mach-omap2/io.c
+++ b/
arch/arm/mach-omap2/io.c
@@
-568,7
+568,6
@@
void __init am35xx_init_late(void)
void __init ti81xx_init_late(void)
{
omap_common_late_init();
- omap3_pm_init();
omap2_clk_enable_autoidle_all();
}
#endif