ARM: OMAP2+: WDTIMER integration: fix !PM boot crash, disarm timer after hwmod reset
[deliverable/linux.git] / arch / arm / mach-omap2 / omap_hwmod_3xxx_data.c
index 2432574123c69622a10e94990e3eef110d1478e9..fd48797fa95ae2778f7e495868966f73bd4ee3e1 100644 (file)
@@ -418,7 +418,8 @@ static struct omap_hwmod_class_sysconfig i2c_sysc = {
 static struct omap_hwmod_class omap3xxx_wd_timer_hwmod_class = {
        .name           = "wd_timer",
        .sysc           = &omap3xxx_wd_timer_sysc,
-       .pre_shutdown   = &omap2_wd_timer_disable
+       .pre_shutdown   = &omap2_wd_timer_disable,
+       .reset          = &omap2_wd_timer_reset,
 };
 
 static struct omap_hwmod omap3xxx_wd_timer2_hwmod = {
This page took 0.02902 seconds and 5 git commands to generate.