Skip to content
Snippets Groups Projects
Commit afff1fc0 authored by Igor Grinberg's avatar Igor Grinberg Committed by Albert ARIBAUD
Browse files

OMAP3: CM-T35: remove redundand i2c initialization

parent 13009e3f
No related branches found
No related tags found
No related merge requests found
...@@ -90,14 +90,10 @@ int board_init(void) ...@@ -90,14 +90,10 @@ int board_init(void)
/* /*
* Routine: misc_init_r * Routine: misc_init_r
* Description: Init I2C and display die ID * Description: display die ID
*/ */
int misc_init_r(void) int misc_init_r(void)
{ {
#ifdef CONFIG_DRIVER_OMAP34XX_I2C
i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
#endif
dieid_num_r(); dieid_num_r();
return 0; return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment