GNU Linux-libre 4.19.264-gnu1
[releases.git] / Documentation / devicetree / bindings / display / panel / koe,tx31d200vm0baa.txt
1 Kaohsiung Opto-Electronics. TX31D200VM0BAA 12.3" HSXGA LVDS 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 "koe,tx31d200vm0baa"
8
9 Optional properties:
10 - backlight: phandle of the backlight device attached to the panel
11
12 Optional nodes:
13 - Video port for LVDS panel input.
14
15 Example:
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         };