]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/M5271EVB.h
i2c, fsl_i2c: switch to new multibus/multiadapter support
[people/ms/u-boot.git] / include / configs / M5271EVB.h
index e8a8998fcc056693b10bbfad7d67d656d8ddac43..9ca850eb47c8c4034814fa891e95f4d3addcfc2c 100644 (file)
 #endif
 
 /* 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          0x00000300
+#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      0x00000300
 #define CONFIG_SYS_IMMR                CONFIG_SYS_MBAR
 
 #define CONFIG_BOOTDELAY       1       /* autoboot after 1 seconds */