shubhrajyoti@xxxxxx writes: > From: Shubhrajyoti D <shubhrajyoti@xxxxxx> > > The sysc offset is erroneous correct the offset. > > Signed-off-by: Shubhrajyoti D <shubhrajyoti@xxxxxx> Actally, a better fix for this problem is to completely remove SYSC register accesses for OMAP3+ platforms. This is handled already at the hwmod layer. Also, please Cc linux-omap for OMAP changes. Kevin > --- > drivers/i2c/busses/i2c-omap.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c > index d53cd61..cccec28 100644 > --- a/drivers/i2c/busses/i2c-omap.c > +++ b/drivers/i2c/busses/i2c-omap.c > @@ -236,7 +236,7 @@ const static u8 reg_map_ip_v2[] = { > [OMAP_I2C_BUF_REG] = 0x94, > [OMAP_I2C_CNT_REG] = 0x98, > [OMAP_I2C_DATA_REG] = 0x9c, > - [OMAP_I2C_SYSC_REG] = 0x20, > + [OMAP_I2C_SYSC_REG] = 0x10, > [OMAP_I2C_CON_REG] = 0xa4, > [OMAP_I2C_OA_REG] = 0xa8, > [OMAP_I2C_SA_REG] = 0xac, -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html