Commit 643e9d10 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Paul Mundt

sh: EcoVec24: add HIZA setting for LED

Signed-off-by: default avatarKuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4907d57f
...@@ -428,6 +428,7 @@ static int __init arch_setup(void) ...@@ -428,6 +428,7 @@ static int __init arch_setup(void)
gpio_direction_output(GPIO_PTG1, 0); gpio_direction_output(GPIO_PTG1, 0);
gpio_direction_output(GPIO_PTG2, 0); gpio_direction_output(GPIO_PTG2, 0);
gpio_direction_output(GPIO_PTG3, 0); gpio_direction_output(GPIO_PTG3, 0);
ctrl_outw((ctrl_inw(PORT_HIZA) & ~(0x1 << 1)) , PORT_HIZA);
/* enable SH-Eth */ /* enable SH-Eth */
gpio_request(GPIO_PTA1, NULL); gpio_request(GPIO_PTA1, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment