From 4a947d1ba4f75eb46381fa62e6d6e768c082c21f Mon Sep 17 00:00:00 2001 From: davidycchen Date: Wed, 20 Oct 2021 14:12:04 +0800 Subject: 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 Change-Id: If762d3a2757605c78dcf75ea60a24356e7b8c6a6 --- syna_tcm2.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'syna_tcm2.h') diff --git a/syna_tcm2.h b/syna_tcm2.h index 39def51..22bdf42 100644 --- a/syna_tcm2.h +++ b/syna_tcm2.h @@ -158,6 +158,17 @@ /* #define MULTICHIP_DUT_REFLASH */ #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 -- cgit v1.2.3