9
0
Fork 0

ipe337: Increase the time we pull the reset line for the network controller

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2007-10-24 11:50:25 +02:00
parent bf4d8056b0
commit d35ef4c66e
1 changed files with 2 additions and 2 deletions

View File

@ -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);