diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_3xxx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 12 | 
1 files changed, 3 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index ec4499e5a4c..8bb2628df34 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c @@ -794,9 +794,7 @@ static struct omap_hwmod omap3xxx_dss_venc_hwmod = {  /* I2C1 */  static struct omap_i2c_dev_attr i2c1_dev_attr = {  	.fifo_depth	= 8, /* bytes */ -	.flags		= OMAP_I2C_FLAG_APPLY_ERRATA_I207 | -			  OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | -			  OMAP_I2C_FLAG_BUS_SHIFT_2, +	.flags		= OMAP_I2C_FLAG_BUS_SHIFT_2,  };  static struct omap_hwmod omap3xxx_i2c1_hwmod = { @@ -821,9 +819,7 @@ static struct omap_hwmod omap3xxx_i2c1_hwmod = {  /* I2C2 */  static struct omap_i2c_dev_attr i2c2_dev_attr = {  	.fifo_depth	= 8, /* bytes */ -	.flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 | -		 OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | -		 OMAP_I2C_FLAG_BUS_SHIFT_2, +	.flags = OMAP_I2C_FLAG_BUS_SHIFT_2,  };  static struct omap_hwmod omap3xxx_i2c2_hwmod = { @@ -848,9 +844,7 @@ static struct omap_hwmod omap3xxx_i2c2_hwmod = {  /* I2C3 */  static struct omap_i2c_dev_attr i2c3_dev_attr = {  	.fifo_depth	= 64, /* bytes */ -	.flags = OMAP_I2C_FLAG_APPLY_ERRATA_I207 | -		 OMAP_I2C_FLAG_RESET_REGS_POSTIDLE | -		 OMAP_I2C_FLAG_BUS_SHIFT_2, +	.flags = OMAP_I2C_FLAG_BUS_SHIFT_2,  };  static struct omap_hwmod_irq_info i2c3_mpu_irqs[] = {  |