projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
168a5ac
)
am335x: Correct i2c sysc offset
author
Tom Rini
<trini@ti.com>
Mon, 21 May 2012 06:46:30 +0000
(06:46 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sat, 7 Jul 2012 12:07:22 +0000
(14:07 +0200)
Signed-off-by: Tom Rini <trini@ti.com>
Acked-by: Heiko Schocher <hs@denx.de>
arch/arm/include/asm/arch-am33xx/i2c.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-am33xx/i2c.h
b/arch/arm/include/asm/arch-am33xx/i2c.h
index 366e2bbec55e034378a6be67334479115c3595d0..dcb294c35d53793523716b34f8c1a35d1296c561 100644
(file)
--- a/
arch/arm/include/asm/arch-am33xx/i2c.h
+++ b/
arch/arm/include/asm/arch-am33xx/i2c.h
@@
-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; /* 0x
2
0 */
- unsigned short res3;
+ unsigned short res2[
5
];
+ unsigned short sysc; /* 0x
1
0 */
+ unsigned short res3
[9]
;
unsigned short irqstatus_raw; /* 0x24 */
unsigned short res4;
unsigned short stat; /* 0x28 */