1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/input/gpio-vibrator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Luca Weiss <luca@z3ntu.xyz>
13 Registers a GPIO device as vibrator, where the on/off capability is controlled by a GPIO.
23 description: Regulator that provides power
29 additionalProperties: false
33 #include <dt-bindings/gpio/gpio.h>
36 compatible = "gpio-vibrator";
37 enable-gpios = <&msmgpio 86 GPIO_ACTIVE_HIGH>;
38 vcc-supply = <&pm8941_l18>;