Lines Matching +full:foo +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
15 - Linus Walleij <linus.walleij@linaro.org>
18 - $ref: panel-common.yaml#
23 - sony,acx424akp
24 - sony,acx424akm
26 reset-gpios: true
27 vddi-supply:
29 enforce-video-mode: true
32 - compatible
33 - reg
34 - reset-gpios
39 - |
40 #include <dt-bindings/gpio/gpio.h>
42 dsi-controller@a0351000 {
43 compatible = "ste,mcde-dsi";
45 #address-cells = <1>;
46 #size-cells = <0>;
51 vddi-supply = <&foo>;
52 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;