diff mbox

[0/2] omap_wdt: fix interface clock handling

Message ID 9D0D31AA57AAF5499AFDC63D6472631B065424@008-AM1MPN1-036.mgdnok.nokia.com (mailing list archive)
State New, archived
Delegated to: Benoit Cousson
Headers show

Commit Message

kalle.jokiniemi@nokia.com March 9, 2011, 11:33 a.m. UTC
None
diff mbox

Patch

--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -1251,6 +1251,7 @@  static struct omap_hwmod_class_sysconfig omap3xxx_wd_timer_sysc = {
 			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
 			   SYSC_HAS_AUTOIDLE | SYSC_HAS_CLOCKACTIVITY),
 	.idlemodes	= (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
+	.clockact	= CLOCKACT_TEST_ICLK,
 	.sysc_fields    = &omap_hwmod_sysc_type1,
 };