Merge branch 'fix/intel' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / display / panel / seiko,43wvf1g.txt
1 Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) TFT with Touch-Panel
2
3 Required properties:
4 - compatible: should be "sii,43wvf1g".
5 - "dvdd-supply": 3v3 digital regulator.
6 - "avdd-supply": 5v analog regulator.
7
8 Optional properties:
9 - backlight: phandle for the backlight control.
10
11 Example:
12
13         panel {
14                 compatible = "sii,43wvf1g";
15                 backlight = <&backlight_display>;
16                 dvdd-supply = <&reg_lcd_3v3>;
17                 avdd-supply = <&reg_lcd_5v>;
18                 port {
19                         panel_in: endpoint {
20                                 remote-endpoint = <&display_out>;
21                         };
22                 };
23         };