Lines Matching +full:id +full:- +full:gpios
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/jdi,lt070me05000.yaml#
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:
34 dcdc-en-gpios:
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>;