Charulatha V <charu@xxxxxx> writes: > Add hwmod structures for Watchdog module on OMAP2420 > > Signed-off-by: Charulatha V <charu@xxxxxx> > --- > arch/arm/mach-omap2/omap_hwmod_2420_data.c | 56 ++++++++++++++++++++++++++++ > 1 files changed, 56 insertions(+), 0 deletions(-) > [...] > +/* WDTIMER2 */ > +static struct omap_hwmod_ocp_if *omap2420_wd_timer2_slaves[] = { > + &omap2420_l4_wkup__wd_timer2, > +}; > + > +static struct omap_hwmod omap2420_wd_timer2_hwmod = { > + .name = "wd_timer2", > + .class = &omap2420_wd_timer_hwmod_class, > + .main_clk = "mpu_wdt_fck", > + .prcm = { > + .omap2 = { missing .module_offs > + .prcm_reg_id = 1, > + .module_bit = OMAP24XX_EN_WDT2_SHIFT, > + }, > + }, > + .slaves = omap2420_wd_timer2_slaves, > + .slaves_cnt = ARRAY_SIZE(omap2420_wd_timer2_slaves), > + .omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP2420), > +}; > + > /* Master interfaces on the MPU device */ Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html