Charulatha V <[email protected]> writes:

> +static struct omap_hwmod omap2420_gpio1_hwmod = {
> +     .name           = "gpio1_hwmod",
> +     .mpu_irqs       = gpio1_mpu_irqs,
> +     .mpu_irqs_cnt   = ARRAY_SIZE(gpio1_mpu_irqs),
> +     .main_clk       = "gpios_fck",
> +     .prcm           = {
> +             .omap2 = {

also needs .module_offs populated.

> +                     .prcm_reg_id = 1,
> +                     .module_bit = OMAP24XX_EN_GPIOS_SHIFT,
> +             },
> +     },
> +     .slaves         = omap2420_gpio1_slaves,
> +     .slaves_cnt     = ARRAY_SIZE(omap2420_gpio1_slaves),
> +     .class          = &gpio_class,
> +     .dev_attr       = &gpio_dev_attr,
> +     .omap_chip      = OMAP_CHIP_INIT(CHIP_IS_OMAP2420),
> +};
> +

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