mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-25 03:47:26 +00:00
am335x: Correct i2c sysc offset
Signed-off-by: Tom Rini <trini@ti.com> Acked-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
parent
168a5acb81
commit
fe4f97b98f
1 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue