diff options
author | Tony Lindgren <tony@atomide.com> | 2015-01-14 17:37:16 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-01-14 17:37:16 -0800 |
commit | 13efcb188984f69e1f97b4d9e7d3663fb782946f (patch) | |
tree | 98f500b4fb03d2e2919497fffb4e57d996d2415c /arch/arm/mach-omap2/io.c | |
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/io.c')
-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) void __init ti81xx_init_late(void) { omap_common_late_init(); - omap3_pm_init(); omap2_clk_enable_autoidle_all(); } #endif |