commit | 26a33504a55e4882520f2e9da96ba6c22badb353 | [log] [tgz] |
---|---|---|
author | Richard Retanubun <RichardRetanubun@RuggedCom.com> | Mon Apr 12 15:08:17 2010 -0400 |
committer | Heiko Schocher <hs@denx.de> | Mon Apr 19 07:46:35 2010 +0200 |
tree | 42000dcd08814c5b5dbbe9438297e22506daa0e4 | |
parent | 2a72e9ed18d2164eb7fe569119342eb631b568da [diff] |
fsl_i2c: Added a callpoint for i2c_board_late_init This patch adds a callpoint in i2c_init that allows board specific i2c board initialization (typically for i2c bus reset) that is called after i2c_init operations, allowing the i2c_board_late_init function to use the pre-configured i2c bus speed and slave address.