commit | 604b7a103572b14c5aa3205305c915f5f05442a2 | [log] [tgz] |
---|---|---|
author | wdenk <wdenk> | Wed Jun 09 15:29:49 2004 +0000 |
committer | wdenk <wdenk> | Wed Jun 09 15:29:49 2004 +0000 |
tree | 575a939119b6f295d25f78b6d8b0ba8fc57d8094 | |
parent | 920e91bde8af6656fabdc3e573a1f8540c637882 [diff] [blame] |
* Patch by Martin Krause, 27 May 2004: Fix a MPC5xxx I2C timing issue in i2c_probe(). * Patch by Leif Lindholm, 27 May 2004: Fix board_init_f() for dbau1x00 board.
diff --git a/cpu/mpc5xxx/i2c.c b/cpu/mpc5xxx/i2c.c index 75c7739..845f7c0 100644 --- a/cpu/mpc5xxx/i2c.c +++ b/cpu/mpc5xxx/i2c.c
@@ -285,6 +285,7 @@ if (! do_address(chip, 0)) { mpc_reg_out(®s->mcr, 0, I2C_STA); + udelay(500); break; }