mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 11:21:33 +00:00
870a0b12d0
The Tianma TM070RVHG71 is a 7" WVGA (800x480) TFT LCD panel connected via LVDS and can be supported by the simple-panel binding. Signed-off-by: Lukasz Majewski <lukma@denx.de> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171107153058.5554-1-lukma@denx.de
30 lines
718 B
Plaintext
30 lines
718 B
Plaintext
Tianma Micro-electronics TM070RVHG71 7.0" WXGA TFT LCD panel
|
|
|
|
Required properties:
|
|
- compatible: should be "tianma,tm070rvhg71"
|
|
- power-supply: single regulator to provide the supply voltage
|
|
- backlight: phandle of the backlight device attached to the panel
|
|
|
|
Required nodes:
|
|
- port: LVDS port mapping to connect this display
|
|
|
|
This panel needs single power supply voltage. Its backlight is conntrolled
|
|
via PWM signal.
|
|
|
|
Example:
|
|
--------
|
|
|
|
Example device-tree definition when connected to iMX6Q based board
|
|
|
|
panel: panel-lvds0 {
|
|
compatible = "tianma,tm070rvhg71";
|
|
backlight = <&backlight_lvds>;
|
|
power-supply = <®_lvds>;
|
|
|
|
port {
|
|
panel_in_lvds0: endpoint {
|
|
remote-endpoint = <&lvds0_out>;
|
|
};
|
|
};
|
|
};
|