summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorShantanu Jain <shjain@codeaurora.org>2015-05-18 18:59:19 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-01 02:45:12 -0700
commit284922b73a3eaee351bcc3ac433f9da49a41ebdc (patch)
tree679637f91fc30799ba86223b2f90e17693c2b1a4 /Documentation/devicetree
parenta499096f0d909560455ec2420391d974b117a2c5 (diff)
input: it7258_ts_i2c: add dt parsing support
Add DT parsing support to ITE tech touchscreen driver. Change-Id: I4b6b9867dc0d74c02d165aae670213544fcda1bc Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt b/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt
index c95ccad4a841..b06aca1755b9 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt
@@ -26,6 +26,11 @@ Optional properties:
palm is detected.
- ite,fw-name : Specify firmware file name in /etc/firmware
- ite,cfg-name : Specify config file name in /etc/firmware
+ - ite,panel-coords : touch panel min x, min y, max x and
+ max y resolution
+ - ite,display-coords : display min x, min y, max x and
+ max y resolution
+ - ite,num-fingers : number of fingers supported by the touch controller
Required properties palm-detect-en feature:
- ite,palm-detect-keycode : The keycode that is required to be sent when
@@ -47,5 +52,8 @@ Example:
ite,palm-detect-keycode = <142>;
ite,fw-name = "ite7260_fw.bin";
ite,cfg-name = "ite7260_cfg.bin";
+ ite,panel-coords = <0 0 320 320>;
+ ite,display-coords = <0 0 320 320>;
+ ite,num-fingers = <2>;
};
};