diff options
| author | Jigarkumar Kishorkumar Zala <j_zala@codeaurora.org> | 2015-10-27 14:32:04 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:21:20 -0700 |
| commit | d00e0ab13b8e900fb620244e3ec0e604b27f97eb (patch) | |
| tree | 6ac684e82ace323166650549b394e7292b5c9db4 /Documentation/devicetree/bindings/input | |
| parent | 6c472a2921b6e10b163190dd3d031f223facf3a8 (diff) | |
input: maxim_sti: add support for multitouch protocol B
Add support for multitouch procotol B, in order to track
object based ID touch activities.
Change-Id: I9b6941b3fea2f5c28434793073330cd4abe9fa74
Signed-off-by: Jigarkumar Kishorkumar Zala <j_zala@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
| -rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/maxim-sti.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/maxim-sti.txt b/Documentation/devicetree/bindings/input/touchscreen/maxim-sti.txt index 86049e6b2094..c0f29f20b5da 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/maxim-sti.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/maxim-sti.txt @@ -19,7 +19,7 @@ Optional properties: config defined in pin groups of interrupt and reset gpios. "pmx_ts_suspend" : disabled configuration of pins. This should specify sleep config defined in pin groups of interrupt and reset gpios. - + - maxim_sti,mt_type_b_enabled : Boolean type. This should be used to enable type B multitouch protocol. Example: &spi_13 { /* BLSP1 QUP3 */ @@ -38,6 +38,7 @@ Example: maxim_sti,touch_fusion = "/vendor/bin/touch_fusion"; maxim_sti,config_file = "/vendor/firmware/touch_fusion_panel_id_0x%04x.cfg"; maxim_sti,fw_name = "maxim_fp35.bin"; + maxim_sti,mt_type_b_enabled; pinctrl-names = "pmx_ts_active","pmx_ts_suspend","pmx_ts_release"; pinctrl-0 = <&ts_int_active &ts_reset_active>; pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; |
