Lines Matching +full:power +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:
30 power supply for LCM (1.8V)
32 dcdc-en-gpios:
35 phandle of the gpio for power ic line
36 Power IC supply enable, High active
41 - compatible
42 - reg
43 - vddp-supply
44 - iovcc-supply
45 - enable-gpios
46 - reset-gpios
47 - dcdc-en-gpios
52 - |
53 #include <dt-bindings/gpio/gpio.h>
56 #address-cells = <1>;
57 #size-cells = <0>;
63 vddp-supply = <&pm8921_l17>;
64 iovcc-supply = <&pm8921_lvs7>;
66 enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>;
67 reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>;
68 dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>;