]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/arch-omap4/i2c.h
Convert CONFIG_SYS_I2C_BUS_MAX to Kconfig
[people/ms/u-boot.git] / arch / arm / include / asm / arch-omap4 / i2c.h
index adc8eb23fffb6739217511cefcfec1359dcd054e..96c095436ad2e3549057d8b46c07d9d14c65ad46 100644 (file)
@@ -7,16 +7,15 @@
 #ifndef _OMAP4_I2C_H_
 #define _OMAP4_I2C_H_
 
-#define I2C_BUS_MAX    4
 #define I2C_DEFAULT_BASE       I2C_BASE1
 
 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 */