Lines Matching +full:vddi +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 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: panel-common.yaml#
19 reset-gpios: true
20 vddi-supply:
21 description: regulator that supplies the vddi voltage
22 enforce-video-mode: true
25 - compatible
26 - reg
27 - reset-gpios
32 - |
33 #include <dt-bindings/gpio/gpio.h>
35 dsi-controller@a0351000 {
36 compatible = "ste,mcde-dsi";
38 #address-cells = <1>;
39 #size-cells = <0>;
44 vddi-supply = <&foo>;
45 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;