summaryrefslogtreecommitdiffstats
path: root/include/configs/pcm051.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/pcm051.h')
-rw-r--r--include/configs/pcm051.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h
index 4970b13e96..6f41ee7718 100644
--- a/include/configs/pcm051.h
+++ b/include/configs/pcm051.h
@@ -172,11 +172,10 @@
/* I2C Configuration */
#define CONFIG_I2C
#define CONFIG_CMD_I2C
-#define CONFIG_HARD_I2C
-#define CONFIG_SYS_I2C_SPEED 100000
-#define CONFIG_SYS_I2C_SLAVE 1
-#define CONFIG_I2C_MULTI_BUS
-#define CONFIG_DRIVER_OMAP24XX_I2C
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_OMAP24_I2C_SPEED 100000
+#define CONFIG_SYS_OMAP24_I2C_SLAVE 1
+#define CONFIG_SYS_I2C_OMAP24XX
#define CONFIG_CMD_EEPROM
#define CONFIG_ENV_EEPROM_IS_ON_I2C
#define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* Main EEPROM */
OpenPOWER on IntegriCloud