treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / koe,tx31d200vm0baa.txt
blob6a036ede3e2824d66bd27858333e01e39ca30ca7
1 Kaohsiung Opto-Electronics. TX31D200VM0BAA 12.3" HSXGA LVDS panel
3 This binding is compatible with the simple-panel binding, which is specified
4 in simple-panel.txt in this directory.
6 Required properties:
7 - compatible: should be "koe,tx31d200vm0baa"
9 Optional properties:
10 - backlight: phandle of the backlight device attached to the panel
12 Optional nodes:
13 - Video port for LVDS panel input.
15 Example:
16         panel {
17                 compatible = "koe,tx31d200vm0baa";
18                 backlight = <&backlight_lvds>;
20                 port {
21                         panel_in: endpoint {
22                                 remote-endpoint = <&lvds0_out>;
23                         };
24                 };
25         };