summaryrefslogtreecommitdiff
path: root/ft3658/focaltech_core.h
diff options
context:
space:
mode:
authorMason Wang <masonwang@google.com>2021-11-25 16:06:59 +0800
committerMason Wang <masonwang@google.com>2021-12-14 18:54:34 +0800
commitf6fb2457b5b1ab51d27a34491f74d393e8816e07 (patch)
tree4bd63376bba9f96e608c8ec76c8d8111dcd3378f /ft3658/focaltech_core.h
parent73024e37444068b4d7dcd2784f620c4f4fce5fde (diff)
downloadfocaltech_touch-f6fb2457b5b1ab51d27a34491f74d393e8816e07.tar.gz
touch/focaltech: fix touch interrupt ping floating issue.
Change list: set pull-up of TP_INT_L before AVDD&DVDD enable. set no-pull of TP_INT_L after AVDD&DVDD disable. Bug: 206884520 Test: Check the hardware signals. Signed-off-by: Mason Wang <masonwang@google.com> Change-Id: Ibd43de346a401295543c830d304665e1d97c6204
Diffstat (limited to 'ft3658/focaltech_core.h')
-rw-r--r--ft3658/focaltech_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ft3658/focaltech_core.h b/ft3658/focaltech_core.h
index 0829c8d..b8917e4 100644
--- a/ft3658/focaltech_core.h
+++ b/ft3658/focaltech_core.h
@@ -130,7 +130,6 @@ struct fts_ts_platform_data {
u32 irq_gpio_flags;
u32 reset_gpio;
u32 reset_gpio_flags;
- struct pinctrl *pinctrl;
struct drm_panel *panel;
u32 initial_panel_index;
bool have_key;
@@ -224,7 +223,6 @@ struct fts_ts_data {
struct pinctrl *pinctrl;
struct pinctrl_state *pins_active;
struct pinctrl_state *pins_suspend;
- struct pinctrl_state *pins_release;
#endif
#if defined(CONFIG_FB) || defined(CONFIG_DRM)
struct notifier_block fb_notif;