Lines Matching +full:iovcc +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 - Alexandre Mergnat <amergnat@baylibre.com>
13 - $ref: panel-common.yaml#
19 enable-gpios: true
21 iovcc-supply:
28 reset-gpios: true
32 power-supply: true
37 - compatible
38 - enable-gpios
39 - iovcc-supply
40 - reg
41 - reset-gpios
42 - port
43 - power-supply
46 - |
47 #include <dt-bindings/gpio/gpio.h>
50 #address-cells = <1>;
51 #size-cells = <0>;
56 enable-gpios = <&pio 67 GPIO_ACTIVE_HIGH>;
57 reset-gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
58 iovcc-supply = <&mt6357_vsim1_reg>;
59 power-supply = <&vsys_lcm_reg>;
63 remote-endpoint = <&dsi_out>;