提交 82b33221 编写于 作者: K Kuninori Morimoto 提交者: Paul Mundt

sh: mach-ecovec24: LCDC drive ability become high

Drive ability for LCDC become high for safety,
became there is strange individual specificity board in mass production
Signed-off-by: NKuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 7e213481
...@@ -666,8 +666,8 @@ static int __init arch_setup(void) ...@@ -666,8 +666,8 @@ static int __init arch_setup(void)
gpio_direction_output(GPIO_PTR1, 0); gpio_direction_output(GPIO_PTR1, 0);
gpio_direction_output(GPIO_PTA2, 0); gpio_direction_output(GPIO_PTA2, 0);
/* I/O buffer drive ability is low */ /* I/O buffer drive ability is high */
ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0040 , IODRIVEA); ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0080 , IODRIVEA);
if (gpio_get_value(GPIO_PTE6)) { if (gpio_get_value(GPIO_PTE6)) {
/* DVI */ /* DVI */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册