summaryrefslogtreecommitdiffstats
path: root/include/configs/bubinga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/bubinga.h')
-rw-r--r--include/configs/bubinga.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h
index b02f86207a..9301fccbdc 100644
--- a/include/configs/bubinga.h
+++ b/include/configs/bubinga.h
@@ -118,9 +118,9 @@
* I2C stuff
*-----------------------------------------------------------------------
*/
-#define CONFIG_SYS_I2C_SPEED 400000 /* I2C speed and slave address */
+#define CONFIG_SYS_I2C_PPC4XX_SPEED_0 400000
-#define CONFIG_SYS_I2C_NOPROBES { 0x69 } /* avoid i2c probe hangup (why?) */
+#define CONFIG_SYS_I2C_NOPROBES { {0, 0x69} } /* avoid i2c probe hangup (?) */
#define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 6 /* 24C02 requires 5ms delay */
#if defined(CONFIG_CMD_EEPROM)
OpenPOWER on IntegriCloud