Lines Matching +full:dir +full:- +full:685 +full:- +full:panel
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/ilitek,ili9322.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Ilitek ILI9322 TFT panel driver with SPI control bus
10 - Linus Walleij <linus.walleij@linaro.org>
14 streams that get adapted and scaled to the panel. The panel output has
19 - $ref: panel-common.yaml#
20 - $ref: /schemas/spi/spi-peripheral-props.yaml#
25 - enum:
26 - dlink,dir-685-panel
27 - const: ilitek,ili9322
29 reset-gpios: true
32 vcc-supply:
35 iovcc-supply:
38 vci-supply:
42 - compatible
43 - reg
48 - |
50 #address-cells = <1>;
51 #size-cells = <0>;
53 panel: display@0 {
54 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
56 vcc-supply = <&vdisp>;
57 iovcc-supply = <&vdisp>;
58 vci-supply = <&vdisp>;
62 remote-endpoint = <&display_out>;