Lines Matching +full:vddio +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#
10 - Sumit Semwal <sumit.semwal@linaro.org>
19 - $ref: panel-common.yaml#
24 - enum:
25 - tianma,fhd-video
26 - const: novatek,nt36672a
35 reset-gpios:
37 description: phandle of gpio for reset line - This should be 8mA, gpio
38 can be configured using mux, pinctrl, pinctrl-names (active high)
40 vddio-supply:
41 description: phandle of the regulator that provides the supply voltage
42 Power IC supply
44 vddpos-supply:
45 description: phandle of the positive boost supply regulator
47 vddneg-supply:
48 description: phandle of the negative boost supply regulator
54 - compatible
55 - reg
56 - vddio-supply
57 - vddpos-supply
58 - vddneg-supply
59 - reset-gpios
60 - port
65 - |+
66 #include <dt-bindings/gpio/gpio.h>
69 #address-cells = <1>;
70 #size-cells = <0>;
73 compatible = "tianma,fhd-video", "novatek,nt36672a";
75 vddio-supply = <&vreg_l14a_1p88>;
76 vddpos-supply = <&lab>;
77 vddneg-supply = <&ibb>;
80 reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
84 remote-endpoint = <&dsi0_out>;