]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/i2c.h
fdt: introduce fdt_create_phandle()
[karo-tx-uboot.git] / include / i2c.h
index d828964256eb9d14374168c2cf384d4ab10f8df4..8ceb4c852149425c91377dc2a8d56e2bfd7c6c5a 100644 (file)
  * repeatedly to change the speed and slave addresses.
  */
 void i2c_init(int speed, int slaveaddr);
-#ifdef CONFIG_SYS_I2C_INIT_BOARD
 void i2c_init_board(void);
+#ifdef CONFIG_SYS_I2C_BOARD_LATE_INIT
+void i2c_board_late_init(void);
 #endif
 
 #if defined(CONFIG_I2C_MUX)