diff options
author | Mike Looijmans <[email protected]> | 2023-07-07 16:28:07 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2023-07-07 16:54:11 -0700 |
commit | ff785255699c78c1b2ca0b21f2ae4a3ea4163bb0 (patch) | |
tree | ff008c30bfaeeb9a3ddd7708de67802c1f399ab7 | |
parent | 854d2233de0ac8ad37b71ec3698946054b22104c (diff) |
dt-bindings: input: exc3000: support power supply regulators
Add power supply regulator support to the exc3000 devices.
Signed-off-by: Mike Looijmans <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
-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 |