aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data/mms_ts_gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data/mms_ts_gc.h')
-rw-r--r--include/linux/platform_data/mms_ts_gc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/linux/platform_data/mms_ts_gc.h b/include/linux/platform_data/mms_ts_gc.h
index 318dadf..76a383e 100644
--- a/include/linux/platform_data/mms_ts_gc.h
+++ b/include/linux/platform_data/mms_ts_gc.h
@@ -28,7 +28,11 @@ struct melfas_tsi_platform_data {
int gpio_scl;
int (*mux_fw_flash)(bool to_gpios);
int (*power)(int on);
- const char *fw_name;
+ u8 *tsp_vendor;
+ u8 *tsp_ic;
+ int tsp_tx;
+ int tsp_rx;
+ int fw_version;
const u8 *config_fw_version;
void (*input_event)(void *data);
void (*register_cb)(void *);