Lines Matching +full:foo +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#
23 reset-gpios: true
25 vdd1-supply:
26 description: I/O voltage supply
29 - compatible
30 - reg
31 - vdd1-supply
32 - reset-gpios
37 - |
38 #include <dt-bindings/gpio/gpio.h>
41 #address-cells = <1>;
42 #size-cells = <0>;
47 vdd1-supply = <&foo>;
48 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;
52 remote-endpoint = <&dsi_out>;