summaryrefslogtreecommitdiffstats
path: root/include/configs/csb472.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/csb472.h')
-rw-r--r--include/configs/csb472.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/configs/csb472.h b/include/configs/csb472.h
index 6f7dc18567..7705a5dda8 100644
--- a/include/configs/csb472.h
+++ b/include/configs/csb472.h
@@ -158,10 +158,11 @@
* I2C configuration
*
*/
-#define CONFIG_HARD_I2C 1 /* I2C with hardware support */
-#define CONFIG_PPC4XX_I2C /* use PPC4xx driver */
-#define CONFIG_SYS_I2C_SPEED 100000 /* I2C speed */
-#define CONFIG_SYS_I2C_SLAVE 0x7F /* I2C slave address */
+#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_PPC4XX
+#define CONFIG_SYS_I2C_PPC4XX_CH0
+#define CONFIG_SYS_I2C_PPC4XX_SPEED_0 100000
+#define CONFIG_SYS_I2C_PPC4XX_SLAVE_0 0x7F /* I2C slave address */
/*
* MII PHY configuration
OpenPOWER on IntegriCloud