From 54e663340a64df8f87ea4d5a8e0f66bac6db4f65 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Mon, 8 May 2023 09:41:28 -0700 Subject: [PATCH] dt-bindings: input: pwm-vibrator: Add enable-gpio Some pwm vibrators have a dedicated enable GPIO that needs to be set high so that the vibrator works. Document that. Signed-off-by: Luca Weiss Reviewed-by: Sebastian Reichel Reviewed-by: Brian Masney Acked-by: Krzysztof Kozlowski Reviewed-by: Caleb Connolly Link: https://lore.kernel.org/r/20230427-hammerhead-vibra-v1-1-e87eeb94da51@z3ntu.xyz Signed-off-by: Dmitry Torokhov --- Documentation/devicetree/bindings/input/pwm-vibrator.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/input/pwm-vibrator.yaml b/Documentation/devicetree/bindings/input/pwm-vibrator.yaml index d32716c604fee..6398534b43c3e 100644 --- a/Documentation/devicetree/bindings/input/pwm-vibrator.yaml +++ b/Documentation/devicetree/bindings/input/pwm-vibrator.yaml @@ -32,6 +32,8 @@ properties: minItems: 1 maxItems: 2 + enable-gpios: true + vcc-supply: true direction-duty-cycle-ns: -- 2.30.2