Lines Matching +full:avdd +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 - Ritesh Kumar <quic_riteshk@quicinc.com>
13 - $ref: panel-common.yaml#
23 vddi-supply: true
24 avdd-supply: true
25 avee-supply: true
27 reset-gpios: true
31 - compatible
32 - reg
33 - vddi-supply
34 - avdd-supply
35 - avee-supply
36 - reset-gpios
37 - port
42 - |
43 #include <dt-bindings/gpio/gpio.h>
45 #address-cells = <1>;
46 #size-cells = <0>;
51 reset-gpios = <&tlmm 44 GPIO_ACTIVE_HIGH>;
53 vddi-supply = <&vreg_l8c_1p8>;
54 avdd-supply = <&disp_avdd>;
55 avee-supply = <&disp_avee>;
61 remote-endpoint = <&dsi0_out>;