commit | 52d5ac0073eb5faf284574bd98a25a65053eaae0 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Sep 14 17:28:55 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Sep 14 17:28:55 2010 +0900 |
tree | 7407911d3c79cec7bce3e42bcafd897a3582f2d4 | |
parent | a91a2d06c9797c0a533a71dbeea37b2d5a60c7f5 [diff] |
ARM: mach-shmobile: ap4evb: modify touchpanel judgment condition Current touchpanel had below 2 issues - LCDD2 pin which is needed for WVGA was changed to IRQ28_123 pin on ts_get_pendown_state - GPIO pull up on ts_init was disabled by gpio_request on ts_get_pendown_state. This mean the return value from gpio_get_value is untrusted. This patch solve these issues Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>