summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-08-04 21:39:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-08-04 21:39:40 -0700
commit0b3e75a92b90f2cab4d0e4a8e56d17eb06a1bdcd (patch)
tree0a3af7b5e8b8f641e2e5d0f9be0658e350ff0a81 /Documentation
parentbf02aa69f520feda7ca96c9e7c4d58a0b280b98d (diff)
parent0e3bb05bcb52aab75d6816f5821f4c7c7c9bef1b (diff)
Merge "input: touchscreen: reduce lpm current of avdd reg for ITE tech"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt2
1 files changed, 2 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 832ec34dbbda..3b2c272d7378 100644
--- a/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt
+++ b/Documentation/devicetree/bindings/input/touchscreen/it7258_ts_i2c.txt
@@ -45,6 +45,7 @@ Optional properties:
- ite,low-reset : boolean, if the controller needs low-state of the reset gpio while
initializing, and reset gpio should be made as high-state to reset the
controller. It means the controller needs "active-high" reset gpio.
+ - ite,avdd-lpm-cur : avdd lpm current value(mA) in suspend state.
Required properties palm-detect-en feature:
- ite,palm-detect-keycode : The keycode that is required to be sent when
@@ -76,5 +77,6 @@ Example:
ite,num-fingers = <2>;
ite,reset-delay = <20>;
ite,low-reset;
+ ite,vdd-lpm-cur = <3000>;
};
};