ARM: OMAP2+: Fix power domain operations regression caused by 81xx
authorTony Lindgren <tony@atomide.com>
Fri, 7 Aug 2015 05:09:40 +0000 (22:09 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Aug 2015 05:09:40 +0000 (22:09 -0700)
commit9610c8abd2d278a957b1b586390b8c928980e79b
tree8730a7dbe6b44b91cababbb210ed2586700cd2d4
parent24da741c678f865de3182194604dbddcc7fc7f3c
ARM: OMAP2+: Fix power domain operations regression caused by 81xx

I managed to mess up omap3 power domain operations with commit
7c80a3f89c51 ("ARM: OMAP2+: Add custom prwdm_operations for 81xx
to support dm814x"), by default we should keep on using the
omap3_pwrdm_operations, only 81xx needs custom handling.

This causes omap3 PM to break so we won't hit off mode any longer
causing idle power consumption go up from less than 10mW to over
50 mW.

Fixs: 7c80a3f89c51 ("ARM: OMAP2+: Add custom prwdm_operations for
81xx to support dm814x")
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/powerdomains3xxx_data.c