treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / rocktech,rk070er9427.txt
blobeb1fb9f8d1f4687d5477c594313ae442606fb65d
1 Rocktech Display Ltd. RK070ER9427 800(RGB)x480 TFT LCD 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 "rocktech,rk070er9427"
9 Optional properties:
10 - backlight: phandle of the backlight device attached to the panel
12 Optional nodes:
13 - Video port for LCD panel input.
15 Example:
16         panel {
17                 compatible = "rocktech,rk070er9427";
18                 backlight = <&backlight_lcd>;
20                 port {
21                         lcd_panel_in: endpoint {
22                                 remote-endpoint = <&lcd_display_out>;
23                         };
24                 };
25         };