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 - Linus Walleij <linus.walleij@linaro.org>
19 - $ref: panel-common.yaml#
20 - $ref: /schemas/spi/spi-peripheral-props.yaml#
25 - enum:
26 - dlink,dir-685-panel
27 - const: ilitek,ili9322
32 reset-gpios: true
35 vcc-supply:
36 description: Core voltage supply
38 iovcc-supply:
39 description: Voltage supply for the interface input/output signals
41 vci-supply:
42 description: Voltage supply for analog parts
45 - compatible
46 - reg
51 - |
53 #address-cells = <1>;
54 #size-cells = <0>;
57 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
59 vcc-supply = <&vdisp>;
60 iovcc-supply = <&vdisp>;
61 vci-supply = <&vdisp>;
65 remote-endpoint = <&display_out>;