1Kaohsiung Opto-Electronics. TX31D200VM0BAA 12.3" HSXGA LVDS panel
2
3This binding is compatible with the simple-panel binding, which is specified
4in simple-panel.txt in this directory.
5
6Required properties:
7- compatible: should be "koe,tx31d200vm0baa"
8
9Optional properties:
10- backlight: phandle of the backlight device attached to the panel
11
12Optional nodes:
13- Video port for LVDS panel input.
14
15Example:
16	panel {
17		compatible = "koe,tx31d200vm0baa";
18		backlight = <&backlight_lvds>;
19
20		port {
21			panel_in: endpoint {
22				remote-endpoint = <&lvds0_out>;
23			};
24		};
25	};
26