Skip to content
Snippets Groups Projects
Commit fe4f97b9 authored by Tom Rini's avatar Tom Rini Committed by Albert ARIBAUD
Browse files

am335x: Correct i2c sysc offset


Signed-off-by: default avatarTom Rini <trini@ti.com>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
parent 168a5acb
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,9 @@ struct i2c {
unsigned short revnb_lo; /* 0x00 */
unsigned short res1;
unsigned short revnb_hi; /* 0x04 */
unsigned short res2[13];
unsigned short sysc; /* 0x20 */
unsigned short res3;
unsigned short res2[5];
unsigned short sysc; /* 0x10 */
unsigned short res3[9];
unsigned short irqstatus_raw; /* 0x24 */
unsigned short res4;
unsigned short stat; /* 0x28 */
......
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