Lines Matching +full:vddneg +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: EBBG FT8719 MIPI-DSI LCD panel
10 - Joel Selvaraj <jo@jsfamily.in>
18 - $ref: panel-common.yaml#
28 vddio-supply:
29 description: power IC supply regulator
31 vddpos-supply:
32 description: positive boost supply regulator
34 vddneg-supply:
35 description: negative boost supply regulator
38 - compatible
39 - reg
40 - vddio-supply
41 - vddpos-supply
42 - vddneg-supply
43 - reset-gpios
44 - port
49 - |
50 #include <dt-bindings/gpio/gpio.h>
53 #address-cells = <1>;
54 #size-cells = <0>;
60 vddio-supply = <&vreg_l14a_1p88>;
61 vddpos-supply = <&lab>;
62 vddneg-supply = <&ibb>;
64 reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
70 remote-endpoint = <&dsi0_out>;