diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-12-02 04:35:42 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-12-03 23:42:32 -0500 |
commit | 82b33221784850c32831826619546b848997d80e (patch) | |
tree | 8b7c350bd3a85572e84a520338d43d6eafe0133f /arch/sh | |
parent | 7e213481d606e41ffb917e42eb88b1586333444b (diff) |
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: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 0dd98ed5f7a8..826e62326d51 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -666,8 +666,8 @@ static int __init arch_setup(void) | |||
666 | gpio_direction_output(GPIO_PTR1, 0); | 666 | gpio_direction_output(GPIO_PTR1, 0); |
667 | gpio_direction_output(GPIO_PTA2, 0); | 667 | gpio_direction_output(GPIO_PTA2, 0); |
668 | 668 | ||
669 | /* I/O buffer drive ability is low */ | 669 | /* I/O buffer drive ability is high */ |
670 | ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0040 , IODRIVEA); | 670 | ctrl_outw((ctrl_inw(IODRIVEA) & ~0x00c0) | 0x0080 , IODRIVEA); |
671 | 671 | ||
672 | if (gpio_get_value(GPIO_PTE6)) { | 672 | if (gpio_get_value(GPIO_PTE6)) { |
673 | /* DVI */ | 673 | /* DVI */ |