summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Bouyack <mbouyack@google.com>2022-01-24 07:11:45 -0800
committerMatthew Bouyack <mbouyack@google.com>2022-03-09 10:01:34 -0800
commitfd8ae270c9060175ebc2fecd6a0ec6bc8d7a854d (patch)
treef00806343c1b8f2b5d00deb5cf2585696f654563
parente346930359e61cbf35fdd70c839747b1d3e15eec (diff)
downloaddevicetree-fd8ae270c9060175ebc2fecd6a0ec6bc8d7a854d.tar.gz
Update NFC gpio params in touch driver
Specifically, lengthen the touch disable timeout to 10s and set the NFC debounce to 40ms. Signed-off-by: Matthew Bouyack <mbouyack@google.com> Bug: 201462475 Change-Id: If39cb1b90ca6a28aff66740f166feaea85ade852
-rw-r--r--r11_novatek_touchscreen.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/r11_novatek_touchscreen.dtsi b/r11_novatek_touchscreen.dtsi
index e73855b..c842d77 100644
--- a/r11_novatek_touchscreen.dtsi
+++ b/r11_novatek_touchscreen.dtsi
@@ -15,7 +15,8 @@
novatek,nfc-active-gpio = <&gpa1 4 0x00>;
pinctrl-names = "default";
pinctrl-0 = <&ts_int_active &nfc_active>;
- novatek,nfc-active-ms = <500>;
+ novatek,nfc-active-ms = <10000>;
+ novatek,nfc-debounce-ms = <40>;
};
};