From d35ef4c66efb1204f671c5db370ad339d04dc933 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 24 Oct 2007 11:50:25 +0200 Subject: [PATCH] ipe337: Increase the time we pull the reset line for the network controller Signed-off-by: Sascha Hauer --- board/ipe337/ipe337.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/ipe337/ipe337.c b/board/ipe337/ipe337.c index 50723b84e..0b049a887 100644 --- a/board/ipe337/ipe337.c +++ b/board/ipe337/ipe337.c @@ -34,11 +34,11 @@ static int ipe337_devices_init(void) { register_device(&cfi_dev); register_device(&sdram_dev); + /* Reset smc911x */ *pFIO0_DIR = (1<<12); *pFIO0_FLAG_C = (1<<12); - udelay(1000); + mdelay(100); *pFIO0_FLAG_S = (1<<12); - udelay(1000); register_device(&smc911x_dev);