diff options
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 6cd1b782845f..4d6d5884c67f 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -428,6 +428,7 @@ static int __init arch_setup(void) | |||
428 | gpio_direction_output(GPIO_PTG1, 0); | 428 | gpio_direction_output(GPIO_PTG1, 0); |
429 | gpio_direction_output(GPIO_PTG2, 0); | 429 | gpio_direction_output(GPIO_PTG2, 0); |
430 | gpio_direction_output(GPIO_PTG3, 0); | 430 | gpio_direction_output(GPIO_PTG3, 0); |
431 | ctrl_outw((ctrl_inw(PORT_HIZA) & ~(0x1 << 1)) , PORT_HIZA); | ||
431 | 432 | ||
432 | /* enable SH-Eth */ | 433 | /* enable SH-Eth */ |
433 | gpio_request(GPIO_PTA1, NULL); | 434 | gpio_request(GPIO_PTA1, NULL); |