Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / ampire,am-480272h3tmqw-t01h.txt
1 Ampire AM-480272H3TMQW-T01H 4.3" WQVGA TFT LCD panel
2
3 This binding is compatible with the simple-panel binding, which is specified
4 in simple-panel.txt in this directory.
5
6 Required properties:
7 - compatible: should be "ampire,am-480272h3tmqw-t01h"
8
9 Optional properties:
10 - power-supply: regulator to provide the supply voltage
11 - enable-gpios: GPIO pin to enable or disable the panel
12 - backlight: phandle of the backlight device attached to the panel
13
14 Optional nodes:
15 - Video port for RGB input.
16
17 Example:
18         panel_rgb: panel-rgb {
19                 compatible = "ampire,am-480272h3tmqw-t01h";
20                 enable-gpios = <&gpioa 8 1>;
21                 port {
22                         panel_in_rgb: endpoint {
23                                 remote-endpoint = <&controller_out_rgb>;
24                         };
25                 };
26         };