ARM: mach-shmobile: ap4evb: modify touchpanel judgment condition
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 14 Sep 2010 08:28:55 +0000 (17:28 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 14 Sep 2010 08:28:55 +0000 (17:28 +0900)
commit52d5ac0073eb5faf284574bd98a25a65053eaae0
tree7407911d3c79cec7bce3e42bcafd897a3582f2d4
parenta91a2d06c9797c0a533a71dbeea37b2d5a60c7f5
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>
arch/arm/mach-shmobile/board-ap4evb.c
This page took 0.02448 seconds and 5 git commands to generate.