diff options
| author | Xiaohui Tao <xtao@nvidia.com> | 2013-07-30 19:50:49 -0400 |
|---|---|---|
| committer | David Pu <dpu@nvidia.com> | 2017-07-27 19:09:19 -0400 |
| commit | f79ff82fbe73fe41bebaa3d8bc6f17d69be439bf (patch) | |
| tree | 70386dc58577087831fe99b026adff5c0c97b501 | |
| parent | bdaa58865e9d835a7816e21d0a721fae5d2bc40f (diff) | |
input: touchscreen: raydium add detection of AVC sensor
Change-Id: I32db26ebfa18d219f2df05b75dcd5e45250c9b23
Signed-off-by: Xiaohui Tao <xtao@nvidia.com>
Reviewed-on: http://git-master/r/255809
Reviewed-by: Mitch Luban <mluban@nvidia.com>
| -rw-r--r-- | include/linux/spi/rm31080a_ts.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/spi/rm31080a_ts.h b/include/linux/spi/rm31080a_ts.h index 4cac12937..274568f9b 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -178,10 +178,8 @@ struct rm_spi_ts_platform_data { | |||
| 178 | int platform_id; | 178 | int platform_id; |
| 179 | unsigned char *name_of_clock; | 179 | unsigned char *name_of_clock; |
| 180 | unsigned char *name_of_clock_con; | 180 | unsigned char *name_of_clock_con; |
| 181 | /* wait to be implemented... | 181 | int gpio_sensor_select0; |
| 182 | int gpio_sensor_select0; | 182 | int gpio_sensor_select1; |
| 183 | int gpio_sensor_select1; | ||
| 184 | */ | ||
| 185 | }; | 183 | }; |
| 186 | 184 | ||
| 187 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); | 185 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); |
