Lines Matching +full:enable +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Vinay Simha BN <simhavcs@gmail.com>
13 - $ref: panel-common.yaml#
19 enable-gpios: true
21 reset-gpios: true
23 vddp-supply:
25 The regulator that provides the supply voltage Power IC supply (3-5V)
27 iovcc-supply:
32 dcdc-en-gpios:
35 Power IC supply enable, High active
38 - compatible
39 - reg
40 - vddp-supply
41 - iovcc-supply
42 - enable-gpios
43 - reset-gpios
44 - dcdc-en-gpios
49 - |
50 #include <dt-bindings/gpio/gpio.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
60 vddp-supply = <&pm8921_l17>;
61 iovcc-supply = <&pm8921_lvs7>;
63 enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>;
64 reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>;
65 dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>;