Re: [PATCH 3/6] OMAP2420: WDT: Add watchdog timer HWMOD data for OMAP2420

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux