]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am335x: Correct i2c sysc offset
authorTom Rini <trini@ti.com>
Mon, 21 May 2012 06:46:30 +0000 (06:46 +0000)
committerAlbert 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

index 366e2bbec55e034378a6be67334479115c3595d0..dcb294c35d53793523716b34f8c1a35d1296c561 100644 (file)
@@ -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 */