Commit 77191c8d authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Dmitry Torokhov

dt-bindings: input: touchscreen: edt-ft5x06: add iovcc-supply

At the moment, the edt-ft5x06 driver can control a single regulator
("vcc"). However, some FocalTech touch controllers have an additional
IOVCC pin that should be supplied with the digital I/O voltage.

The I/O voltage might be provided by another regulator that should also
be kept on. Otherwise, the touchscreen can randomly stop functioning if
the regulator is turned off because no other components still require it.

Document (optional) support for controlling the regulator for IOVCC
using "iovcc-supply".
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20210510193108.50178-1-stephan@gerhold.netSigned-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent d27ac0fb
...@@ -56,6 +56,7 @@ properties: ...@@ -56,6 +56,7 @@ properties:
wakeup-source: true wakeup-source: true
vcc-supply: true vcc-supply: true
iovcc-supply: true
gain: gain:
description: Allows setting the sensitivity in the range from 0 to 31. description: Allows setting the sensitivity in the range from 0 to 31.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment