Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / Documentation / devicetree / bindings / display / panel / rocktech,rk070er9427.txt
1 Rocktech Display Ltd. RK070ER9427 800(RGB)x480 TFT LCD 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 "rocktech,rk070er9427"
8
9 Optional properties:
10 - backlight: phandle of the backlight device attached to the panel
11
12 Optional nodes:
13 - Video port for LCD panel input.
14
15 Example:
16         panel {
17                 compatible = "rocktech,rk070er9427";
18                 backlight = <&backlight_lcd>;
19
20                 port {
21                         lcd_panel_in: endpoint {
22                                 remote-endpoint = <&lcd_display_out>;
23                         };
24                 };
25         };