Charulatha V <[email protected]> writes:

> Add hwmod structures for Watchdog module on OMAP2430
>
> Signed-off-by: Charulatha V <[email protected]>
> ---
>  arch/arm/mach-omap2/omap_hwmod_2430_data.c |   56 
> ++++++++++++++++++++++++++++
>  1 files changed, 56 insertions(+), 0 deletions(-)
>

[...]

> +/* WDTIMER2 */
> +static struct omap_hwmod_ocp_if *omap2430_wd_timer2_slaves[] = {
> +     &omap2430_l4_wkup__wd_timer2,
> +};
> +
> +static struct omap_hwmod omap2430_wd_timer2_hwmod = {
> +     .name           = "wd_timer2",
> +     .class          = &omap2430_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         = omap2430_wd_timer2_slaves,
> +     .slaves_cnt     = ARRAY_SIZE(omap2430_wd_timer2_slaves),
> +     .omap_chip      = OMAP_CHIP_INIT(CHIP_IS_OMAP2430),
> +};
> +

Kevin
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to