Lines Matching +full:panel +full:- +full:specific
1 Ilitek ILI9322 TFT panel driver with SPI control bus
4 streams that get adapted and scaled to the panel. The panel output has
9 - compatible: "dlink,dir-685-panel", "ilitek,ili9322"
10 (full system-specific compatible is always required to look up configuration)
11 - reg: address of the panel on the SPI bus
14 - vcc-supply: core voltage supply, see regulator/regulator.txt
15 - iovcc-supply: voltage supply for the interface input/output signals,
17 - vci-supply: voltage supply for analog parts, see regulator/regulator.txt
18 - reset-gpios: a GPIO spec for the reset pin, see gpio/gpio.txt
23 - pixelclk-active: see display/panel/display-timing.txt
24 - de-active: see display/panel/display-timing.txt
25 - hsync-active: see display/panel/display-timing.txt
26 - vsync-active: see display/panel/display-timing.txt
28 The panel must obey the rules for a SPI slave device as specified in
29 spi/spi-bus.txt
33 media/video-interfaces.txt. This node should describe panel's video bus.
37 panel: display@0 {
38 compatible = "dlink,dir-685-panel", "ilitek,ili9322";
40 vcc-supply = <&vdisp>;
41 iovcc-supply = <&vdisp>;
42 vci-supply = <&vdisp>;
46 remote-endpoint = <&display_out>;