Skip to content
Snippets Groups Projects
Commit 46d8ece4 authored by Nishanth Menon's avatar Nishanth Menon Committed by Heiko Schocher
Browse files

omap2: i2c: add syss offset


OMAP2420 ES2.3 trm defines syss register offset as 0x10. Add it.

Cc: Steve Sakoman <steve@sakoman.com>
Cc: Heiko <hs@denx.de>
Cc: Sandeep Paulraj <s-paulraj@ti.com>
Cc: Wolfang Denk <wd@denx.de>

Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Acked-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 07cf5e20
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,9 @@ struct i2c { ...@@ -36,7 +36,9 @@ struct i2c {
unsigned short stat; /* 0x08 */ unsigned short stat; /* 0x08 */
unsigned short res3; unsigned short res3;
unsigned short iv; /* 0x0C */ unsigned short iv; /* 0x0C */
unsigned short res4[3]; unsigned short res4;
unsigned short syss; /* 0x10 */
unsigned short res4p1;
unsigned short buf; /* 0x14 */ unsigned short buf; /* 0x14 */
unsigned short res5; unsigned short res5;
unsigned short cnt; /* 0x18 */ unsigned short cnt; /* 0x18 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment