]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
OMAP3: wdtimer: Fix CORE idle transition
authorPaul Walmsley <paul@pwsan.com>
Fri, 11 Mar 2011 05:40:06 +0000 (22:40 -0700)
committerPaul Walmsley <paul@pwsan.com>
Fri, 11 Mar 2011 05:40:06 +0000 (22:40 -0700)
The HW superwised smart idle for wdtimer in OMAP3 prevents
CORE power domain idle transitions. Disable it by swithing
to SW supervised transitions.

This could be a hardware bug in the OMAP3 wdtimer2 block.

Signed-off-by: Kalle Jokiniemi <kalle.jokiniemi@nokia.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Acked-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

index c4ca005f8bb51c935940a5b1d2b79d9d392835cb..477ba543b2271747cf269a5816d6181624cdebde 100644 (file)
@@ -1312,6 +1312,11 @@ static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
        .slaves         = omap3xxx_wd_timer2_slaves,
        .slaves_cnt     = ARRAY_SIZE(omap3xxx_wd_timer2_slaves),
        .omap_chip      = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
+       /*
+        * XXX: Use software supervised mode, HW supervised smartidle seems to
+        * block CORE power domain idle transitions. Maybe a HW bug in wdt2?
+        */
+       .flags          = HWMOD_SWSUP_SIDLE,
 };
 
 /* UART common */