1Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) TFT with Touch-Panel
2
3Required properties:
4- compatible: should be "sii,43wvf1g".
5- "dvdd-supply": 3v3 digital regulator.
6- "avdd-supply": 5v analog regulator.
7
8Optional properties:
9- backlight: phandle for the backlight control.
10
11Example:
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	};
24