Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13efcb18 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

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: default avatarTony Lindgren <tony@atomide.com>
parent bc7235c9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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