diff options
author | Mylène Josserand <mylene.josserand@bootlin.com> | 2019-10-28 20:56:23 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2019-10-28 21:11:33 -0700 |
commit | 7448bfec6bf5e3e4a5abdd21b125a95c29a5952f (patch) | |
tree | b00e6fab08dc90fe0579d32173510bcb598a7f36 /Documentation/devicetree/bindings/input | |
parent | a1b92973fba47ceaeb0e337132876aba078fa8b7 (diff) | |
download | linux-stable-7448bfec6bf5e3e4a5abdd21b125a95c29a5952f.tar.gz linux-stable-7448bfec6bf5e3e4a5abdd21b125a95c29a5952f.tar.bz2 linux-stable-7448bfec6bf5e3e4a5abdd21b125a95c29a5952f.zip |
Input: edt-ft5x06 - add support for regulator
Add the support for enabling optional regulator that may be used as VCC
source.
Signed-off-by: Mylène Josserand <mylene.josserand@bootlin.com>
Signed-off-by: Ondrej Jirman <megous@megous.com>
Reviewed-by: Rob Herring <robh@kernel.org> # bindings
Link: https://lore.kernel.org/r/20191029005806.3577376-2-megous@megous.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/input')
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt index 870b8c5cce9b..0f6950073d6f 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt @@ -30,6 +30,7 @@ Required properties: Optional properties: - reset-gpios: GPIO specification for the RESET input - wake-gpios: GPIO specification for the WAKE input + - vcc-supply: Regulator that supplies the touchscreen - pinctrl-names: should be "default" - pinctrl-0: a phandle pointing to the pin settings for the |