Lines Matching +full:vdd1 +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: panel-common.yaml#
21 reset-gpios: true
23 vdd1-supply:
24 description: I/O voltage supply
27 - compatible
28 - reg
29 - vdd1-supply
30 - reset-gpios
35 - |
36 #include <dt-bindings/gpio/gpio.h>
39 #address-cells = <1>;
40 #size-cells = <0>;
45 vdd1-supply = <&foo>;
46 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;
50 remote-endpoint = <&dsi_out>;