gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / seiko,43wvf1g.txt
blobaae57ef36cdd237a4463a9c0877ffe04ba062445
1 Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) TFT with Touch-Panel
3 Required properties:
4 - compatible: should be "sii,43wvf1g".
5 - "dvdd-supply": 3v3 digital regulator.
6 - "avdd-supply": 5v analog regulator.
8 Optional properties:
9 - backlight: phandle for the backlight control.
11 Example:
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         };