From: Nishanth Menon Date: Thu, 19 Aug 2010 00:39:08 +0000 (-0500) Subject: omap2: i2c: add syss offset X-Git-Tag: v2010.09-rc1~7^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46d8ece4e8fd2c4b92c99f7139332f49c368384e;p=u-boot omap2: i2c: add syss offset OMAP2420 ES2.3 trm defines syss register offset as 0x10. Add it. Cc: Steve Sakoman Cc: Heiko Cc: Sandeep Paulraj Cc: Wolfang Denk Signed-off-by: Nishanth Menon Acked-by: Steve Sakoman --- diff --git a/arch/arm/include/asm/arch-omap24xx/i2c.h b/arch/arm/include/asm/arch-omap24xx/i2c.h index 19046aaab4..418a43268d 100644 --- a/arch/arm/include/asm/arch-omap24xx/i2c.h +++ b/arch/arm/include/asm/arch-omap24xx/i2c.h @@ -36,7 +36,9 @@ struct i2c { unsigned short stat; /* 0x08 */ unsigned short res3; unsigned short iv; /* 0x0C */ - unsigned short res4[3]; + unsigned short res4; + unsigned short syss; /* 0x10 */ + unsigned short res4p1; unsigned short buf; /* 0x14 */ unsigned short res5; unsigned short cnt; /* 0x18 */