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 - Neil Armstrong <neil.armstrong@linaro.org>
13 - $ref: panel-common.yaml#
23 vddio-supply: true
24 vci-supply: true
25 vdd-supply: true
27 reset-gpios: true
32 - compatible
33 - reg
34 - vddio-supply
35 - vci-supply
36 - vdd-supply
37 - reset-gpios
38 - port
41 - |
42 #include <dt-bindings/gpio/gpio.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
50 vddio-supply = <&vreg_l12b_1p8>;
51 vci-supply = <&vreg_l13b_3p0>;
52 vdd-supply = <&vreg_l11b_1p2>;
54 reset-gpios = <&tlmm 133 GPIO_ACTIVE_LOW>;
58 remote-endpoint = <&dsi0_out>;