From ff785255699c78c1b2ca0b21f2ae4a3ea4163bb0 Mon Sep 17 00:00:00 2001 From: Mike Looijmans Date: Fri, 7 Jul 2023 16:28:07 -0700 Subject: [PATCH] dt-bindings: input: exc3000: support power supply regulators Add power supply regulator support to the exc3000 devices. Signed-off-by: Mike Looijmans Acked-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230707131042.10795-1-mike.looijmans@topic.nl Signed-off-by: Dmitry Torokhov --- .../devicetree/bindings/input/touchscreen/eeti,exc3000.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml b/Documentation/devicetree/bindings/input/touchscreen/eeti,exc3000.yaml index 007adbc89c143..9dc25d30a0a89 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 -- 2.30.2