Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Tianma Micro-electronics TM070RVHG71 7.0" WXGA TFT LCD panel
2
3Required 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
8Required nodes:
9- port: LVDS port mapping to connect this display
10
11This panel needs single power supply voltage. Its backlight is conntrolled
12via PWM signal.
13
14Example:
15--------
16
17Example 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 = <®_lvds>;
23
24 port {
25 panel_in_lvds0: endpoint {
26 remote-endpoint = <&lvds0_out>;
27 };
28 };
29 };