Re: [U-Boot] Moving i2c_board_init to after i2c_init operations

2010-04-11 Thread Heiko Schocher
Hello Richard, Richard Retanubun wrote: > I am trying to do something similar to what you did in this commit: > > http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=commit;h=39df00d9aecfb465b9eec9af593f9b763fb5209a > > > and I have a question, must i2c_board_init for fsl_i2c.c be called before > the

[U-Boot] Moving i2c_board_init to after i2c_init operations

2010-04-09 Thread Richard Retanubun
Hi Heiko, I am trying to do something similar to what you did in this commit: http://git.denx.de/?p=u-boot/u-boot-i2c.git;a=commit;h=39df00d9aecfb465b9eec9af593f9b763fb5209a and I have a question, must i2c_board_init for fsl_i2c.c be called before the actual controller initialization? (i.e. sett