Lines Matching +full:gpio +full:- +full:vibrator
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/input/gpio-vibrator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: GPIO vibrator
10 - Luca Weiss <luca@z3ntu.xyz>
13 Registers a GPIO device as vibrator, where the on/off capability is controlled by a GPIO.
17 const: gpio-vibrator
19 enable-gpios:
22 vcc-supply:
26 - compatible
27 - enable-gpios
32 - |
33 #include <dt-bindings/gpio/gpio.h>
35 vibrator {
36 compatible = "gpio-vibrator";
37 enable-gpios = <&msmgpio 86 GPIO_ACTIVE_HIGH>;
38 vcc-supply = <&pm8941_l18>;