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 | dffde1b8f047c69c25d191fc19befc35950cc2b4 (patch) | |
| tree | dbf5f9da9d257f777c1c1e9244428b7c2e927c0c /include/linux/spi | |
| parent | 9056e78654efc6f6f2b7825363381c20c1a5e6e3 (diff) | |
input: touchscreen: raydium add detection of AVC sensor
Bug 1343545
Change-Id: I32db26ebfa18d219f2df05b75dcd5e45250c9b23
Signed-off-by: Xiaohui Tao <xtao@nvidia.com>
Reviewed-on: http://git-master/r/255809
(cherry picked from commit 2d4726ea827a74a554e3e732cfad4f1a9f3cfa55)
Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Reviewed-on: http://git-master/r/258559
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'include/linux/spi')
| -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 a7c066ab7..38b362dd7 100644 --- a/include/linux/spi/rm31080a_ts.h +++ b/include/linux/spi/rm31080a_ts.h | |||
| @@ -177,10 +177,8 @@ struct rm_spi_ts_platform_data { | |||
| 177 | int platform_id; | 177 | int platform_id; |
| 178 | unsigned char *name_of_clock; | 178 | unsigned char *name_of_clock; |
| 179 | unsigned char *name_of_clock_con; | 179 | unsigned char *name_of_clock_con; |
| 180 | /* wait to be implemented... | 180 | int gpio_sensor_select0; |
| 181 | int gpio_sensor_select0; | 181 | int gpio_sensor_select1; |
| 182 | int gpio_sensor_select1; | ||
| 183 | */ | ||
| 184 | }; | 182 | }; |
| 185 | 183 | ||
| 186 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); | 184 | int rm_tch_spi_byte_write(unsigned char u8Addr, unsigned char u8Value); |
