|
@@ -791,8 +791,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_RESET_REGS_POSTIDLE |
|
|
|
- OMAP_I2C_FLAG_BUS_SHIFT_2,
|
|
|
+ .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap3xxx_i2c1_hwmod = {
|
|
@@ -817,8 +816,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_RESET_REGS_POSTIDLE |
|
|
|
- OMAP_I2C_FLAG_BUS_SHIFT_2,
|
|
|
+ .flags = OMAP_I2C_FLAG_BUS_SHIFT_2,
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod omap3xxx_i2c2_hwmod = {
|
|
@@ -843,8 +841,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_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[] = {
|