diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2023-07-08 01:28:07 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-07-08 01:54:11 +0200 |
commit | ff785255699c78c1b2ca0b21f2ae4a3ea4163bb0 (patch) | |
tree | ff008c30bfaeeb9a3ddd7708de67802c1f399ab7 /Documentation | |
parent | Input: xpad - add GameSir T4 Kaleid Controller support (diff) | |
download | linux-ff785255699c78c1b2ca0b21f2ae4a3ea4163bb0.tar.xz linux-ff785255699c78c1b2ca0b21f2ae4a3ea4163bb0.zip |
dt-bindings: input: exc3000: support power supply regulators
Add power supply regulator support to the exc3000 devices.
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230707131042.10795-1-mike.looijmans@topic.nl
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml index 007adbc89c14..9dc25d30a0a8 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml @@ -24,6 +24,8 @@ properties: maxItems: 1 reset-gpios: maxItems: 1 + vdd-supply: + description: Power supply regulator for the chip touchscreen-size-x: true touchscreen-size-y: true touchscreen-inverted-x: true |