Lines Matching +full:iovcc +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 spi/spi-controller.yaml
22 - $ref: panel-common.yaml#
27 - enum:
28 - dlink,dir-685-panel
29 - const: ilitek,ili9322
31 reset-gpios: true
34 vcc-supply:
35 description: Core voltage supply
37 iovcc-supply:
38 description: Voltage supply for the interface input/output signals
40 vci-supply:
41 description: Voltage supply for analog parts
44 - compatible
45 - reg
50 - |
52 #address-cells = <1>;
53 #size-cells = <0>;
56 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
58 vcc-supply = <&vdisp>;
59 iovcc-supply = <&vdisp>;
60 vci-supply = <&vdisp>;
64 remote-endpoint = <&display_out>;