diff options
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 003ce837734d..3e3cc9da34ad 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -37,7 +37,7 @@ | |||
37 | */ | 37 | */ |
38 | 38 | ||
39 | static struct smc91x_platdata smc91x_info = { | 39 | static struct smc91x_platdata smc91x_info = { |
40 | .flags = SMC91X_USE_16BIT, | 40 | .flags = SMC91X_USE_16BIT | SMC91X_NOWAIT, |
41 | }; | 41 | }; |
42 | 42 | ||
43 | static struct resource smc91x_eth_resources[] = { | 43 | static struct resource smc91x_eth_resources[] = { |
@@ -463,8 +463,10 @@ static int __init migor_devices_setup(void) | |||
463 | gpio_direction_output(GPIO_PTJ5, 1); | 463 | gpio_direction_output(GPIO_PTJ5, 1); |
464 | gpio_export(GPIO_PTJ5, 0); | 464 | gpio_export(GPIO_PTJ5, 0); |
465 | 465 | ||
466 | /* SMC91C111 */ | 466 | /* SMC91C111 - Enable IRQ0, Setup CS4 for 16-bit fast access */ |
467 | gpio_request(GPIO_FN_IRQ0, NULL); | 467 | gpio_request(GPIO_FN_IRQ0, NULL); |
468 | ctrl_outl(0x00003400, BSC_CS4BCR); | ||
469 | ctrl_outl(0x00110080, BSC_CS4WCR); | ||
468 | 470 | ||
469 | /* KEYSC */ | 471 | /* KEYSC */ |
470 | clk_always_enable("mstp214"); /* KEYSC */ | 472 | clk_always_enable("mstp214"); /* KEYSC */ |