diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-14 20:37:16 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-14 20:37:16 -0500 |
commit | 13efcb188984f69e1f97b4d9e7d3663fb782946f (patch) | |
tree | 98f500b4fb03d2e2919497fffb4e57d996d2415c /arch/arm/mach-omap2 | |
parent | bc7235c97f90c9def22ebda620d7eae2b49a7642 (diff) |
ARM: OMAP2+: Disable omap3 PM init for ti81xx
We cannot use the omap3 pm support on 81xx.
Cc: Brian Hutchinson <b.hutchman@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index b957776a41b6..e4a5630149e1 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -568,7 +568,6 @@ void __init am35xx_init_late(void) | |||
568 | void __init ti81xx_init_late(void) | 568 | void __init ti81xx_init_late(void) |
569 | { | 569 | { |
570 | omap_common_late_init(); | 570 | omap_common_late_init(); |
571 | omap3_pm_init(); | ||
572 | omap2_clk_enable_autoidle_all(); | 571 | omap2_clk_enable_autoidle_all(); |
573 | } | 572 | } |
574 | #endif | 573 | #endif |