GNU Linux-libre 4.19.264-gnu1
[releases.git] / Documentation / devicetree / bindings / display / panel / tianma,tm070rvhg71.txt
1 Tianma Micro-electronics TM070RVHG71 7.0" WXGA TFT LCD panel
2
3 Required properties:
4 - compatible: should be "tianma,tm070rvhg71"
5 - power-supply: single regulator to provide the supply voltage
6 - backlight: phandle of the backlight device attached to the panel
7
8 Required nodes:
9 - port: LVDS port mapping to connect this display
10
11 This panel needs single power supply voltage. Its backlight is conntrolled
12 via PWM signal.
13
14 Example:
15 --------
16
17 Example device-tree definition when connected to iMX6Q based board
18
19         panel: panel-lvds0 {
20                 compatible = "tianma,tm070rvhg71";
21                 backlight = <&backlight_lvds>;
22                 power-supply = <&reg_lvds>;
23
24                 port {
25                         panel_in_lvds0: endpoint {
26                                 remote-endpoint = <&lvds0_out>;
27                         };
28                 };
29         };