From 697037fe9b68fdf8cf7ce63f7875912f365270b7 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 9 Jun 2004 15:29:49 +0000 Subject: * 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. --- cpu/mpc5xxx/i2c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu') 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 @@ int i2c_probe(uchar chip) if (! do_address(chip, 0)) { mpc_reg_out(®s->mcr, 0, I2C_STA); + udelay(500); break; } -- cgit v1.1