Lines Matching +full:vci +full:- +full:supply
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Bakker <xc-racer2@live.ca>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/leds/backlight/common.yaml#
15 - $ref: /schemas/spi/spi-peripheral-props.yaml#
24 reset-gpios: true
26 default-brightness: true
27 max-brightness: true
29 spi-3wire: true
30 spi-cpha: true
31 spi-cpol: true
33 vdd3-supply:
36 vci-supply:
37 description: VCI regulator
40 - compatible
41 - reset-gpios
42 - vdd3-supply
43 - vci-supply
48 - |
50 #address-cells = <1>;
51 #size-cells = <0>;
56 reset-gpios = <&mp05 5 1>;
57 vdd3-supply = <&ldo12_reg>;
58 vci-supply = <&ldo11_reg>;
59 spi-max-frequency = <1200000>;
63 remote-endpoint = <&fimd_ep>;