Lines Matching +full:elvdd +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 - Chris Morgan <macromorgan@hotmail.com>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
23 reset-gpios:
25 elvdd-supply:
27 enable-gpios: true
29 vdd-supply:
33 - compatible
34 - reg
35 - reset-gpios
36 - vdd-supply
41 - |
42 #include <dt-bindings/gpio/gpio.h>
44 #address-cells = <1>;
45 #size-cells = <0>;
49 reset-gpios = <&gpio4 0 GPIO_ACTIVE_LOW>;
50 vdd-supply = <&vcc_3v3>;
54 remote-endpoint = <&mipi_out_panel>;