]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/M5373EVB.h
i2c, fsl_i2c: switch to new multibus/multiadapter support
[people/ms/u-boot.git] / include / configs / M5373EVB.h
index faa4f86e43795fe565c2fdaa975dcc0dd1696ce1..bbfef903c9c70ff7ab196468337dca0bf7a05695 100644 (file)
 #undef CONFIG_MCFPIT
 
 /* I2C */
-#define CONFIG_FSL_I2C
-#define CONFIG_HARD_I2C                /* I2C with hw support */
-#define CONFIG_SYS_I2C_SPEED           80000
-#define CONFIG_SYS_I2C_SLAVE           0x7F
-#define CONFIG_SYS_I2C_OFFSET          0x58000
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_FSL
+#define CONFIG_SYS_FSL_I2C_SPEED       80000
+#define CONFIG_SYS_FSL_I2C_SLAVE       0x7F
+#define CONFIG_SYS_FSL_I2C_OFFSET      0x58000
 #define CONFIG_SYS_IMMR                CONFIG_SYS_MBAR
 
 #define CONFIG_BOOTDELAY       1       /* autoboot after 5 seconds */