On Fri, 17 Sep 2010, Rajendra Nayak wrote:

> Add hwmod structures for I2C controllers on OMAP3430.

Also in this patch:

> +static struct omap_hwmod omap3xxx_i2c1_hwmod = {
> +     .name           = "i2c1",
> +     .mpu_irqs       = i2c1_mpu_irqs,
> +     .mpu_irqs_cnt   = ARRAY_SIZE(i2c1_mpu_irqs),
> +     .sdma_reqs      = i2c1_sdma_reqs,
> +     .sdma_reqs_cnt  = ARRAY_SIZE(i2c1_sdma_reqs),
> +     .main_clk       = "i2c1_fck",
> +     .prcm           = {
> +             .omap2 = {
> +                     .prcm_reg_id = 1,
> +                     .module_bit = OMAP3430_GRPSEL_I2C1_SHIFT,
> +                     .idlest_reg_id = 1,
> +                     .idlest_idle_bit = OMAP3430_GRPSEL_I2C1_SHIFT,

This should be OMAP3430_ST_I2C1_SHIFT; likewise for the rest of the I2C 
hwmods.

> +             },
> +     },
> +     .slaves         = omap3xxx_i2c1_slaves,
> +     .slaves_cnt     = ARRAY_SIZE(omap3xxx_i2c1_slaves),
> +     .class          = &i2c_class,
> +     .dev_attr       = &i2c1_dev_attr,
> +     .omap_chip      = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
> +};


- Paul
--
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