summaryrefslogtreecommitdiff
path: root/syna_tcm2.h
diff options
context:
space:
mode:
authordavidycchen <davidycchen@google.com>2021-10-20 14:12:04 +0800
committerDavid Chen <davidycchen@google.com>2021-10-21 09:20:04 +0000
commit4a947d1ba4f75eb46381fa62e6d6e768c082c21f (patch)
tree7b30322746ae577c209e7559a2d1cc732459339a /syna_tcm2.h
parentbf9731c028f5959aa4e80834bd5579c906b894b9 (diff)
downloadsynaptics_touch-4a947d1ba4f75eb46381fa62e6d6e768c082c21f.tar.gz
synaptics: support panel map device tree
Support panel map to recognize different panel. Bug: 203479046 Test: Touch driver can recognize different panel. Signed-off-by: davidycchen <davidycchen@google.com> Change-Id: If762d3a2757605c78dcf75ea60a24356e7b8c6a6
Diffstat (limited to 'syna_tcm2.h')
-rw-r--r--syna_tcm2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/syna_tcm2.h b/syna_tcm2.h
index 39def51..22bdf42 100644
--- a/syna_tcm2.h
+++ b/syna_tcm2.h
@@ -159,6 +159,17 @@
#endif
/**
+ * @section: STARTUP_REFLASH_DELAY_TIME_MS
+ * The delayed time to start fw update during the startup time.
+ * This configuration depends on STARTUP_REFLASH.
+ */
+#ifdef STARTUP_REFLASH
+#define STARTUP_REFLASH_DELAY_TIME_MS (200)
+
+#define FW_IMAGE_NAME "synaptics.img"
+#endif
+
+/**
* @brief ENABLE_DISP_NOTIFIER
* Open if having display notification event and willing to listen
* the event from display driver.