@@ -642,6 +642,7 @@ static struct omap_hwmod omap3xxx_i2c1_hwmod = {
.main_clk = "i2c1_fck",
.prcm = {
.omap2 = {
+ .module_offs = CORE_MOD,
.prcm_reg_id = 1,
.module_bit = OMAP3430_EN_I2C1_SHIFT,
.idlest_reg_id = 1,
@@ -683,6 +684,7 @@ static struct omap_hwmod omap3xxx_i2c2_hwmod = {
.main_clk = "i2c2_fck",
.prcm = {
.omap2 = {
+ .module_offs = CORE_MOD,
.prcm_reg_id = 1,
.module_bit = OMAP3430_EN_I2C2_SHIFT,
.idlest_reg_id = 1,
@@ -724,6 +726,7 @@ static struct omap_hwmod omap3xxx_i2c3_hwmod = {
.main_clk = "i2c3_fck",
.prcm = {
.omap2 = {
+ .module_offs = CORE_MOD,
.prcm_reg_id = 1,
.module_bit = OMAP3430_EN_I2C3_SHIFT,
.idlest_reg_id = 1,