Lines Matching +full:vddp +full:- +full:supply
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#
22 enable-gpios: true
23 reset-gpios: true
25 vddp-supply:
27 The regulator that provides the supply voltage Power IC supply (3-5V)
29 iovcc-supply:
31 The regulator that provides the supply voltage IOVCC,
32 power supply for LCM (1.8V)
34 dcdc-en-gpios:
38 Power IC supply enable, High active
43 - compatible
44 - reg
45 - vddp-supply
46 - iovcc-supply
47 - enable-gpios
48 - reset-gpios
49 - dcdc-en-gpios
54 - |
55 #include <dt-bindings/gpio/gpio.h>
58 #address-cells = <1>;
59 #size-cells = <0>;
65 vddp-supply = <&pm8921_l17>;
66 iovcc-supply = <&pm8921_lvs7>;
68 enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>;
69 reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>;
70 dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>;