diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2420_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2420_data.c | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm/mach-omap2/omap_hwmod_2420_data.c index 95f547cf35d..7af251448a7 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2420_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2420_data.c @@ -1032,7 +1032,12 @@ static struct omap_hwmod_class i2c_class = {  	.rev		= OMAP_I2C_IP_VERSION_1,  }; -static struct omap_i2c_dev_attr i2c_dev_attr; +static struct omap_i2c_dev_attr i2c_dev_attr = { +	.flags		= OMAP_I2C_FLAG_NO_FIFO | +			  OMAP_I2C_FLAG_SIMPLE_CLOCK | +			  OMAP_I2C_FLAG_16BIT_DATA_REG | +			  OMAP_I2C_FLAG_BUS_SHIFT_2, +};  /* I2C1 */  |