treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / auo,g070vvn01.txt
blob49e4105378f65e16c14f9616d2457d7a9e958c5d
1 AU Optronics Corporation 7.0" FHD (800 x 480) TFT LCD panel
3 Required properties:
4 - compatible: should be "auo,g070vvn01"
5 - backlight: phandle of the backlight device attached to the panel
6 - power-supply: single regulator to provide the supply voltage
8 Required nodes:
9 - port: Parallel port mapping to connect this display
11 This panel needs single power supply voltage. Its backlight is conntrolled
12 via PWM signal.
14 Example:
15 --------
17 Example device-tree definition when connected to iMX6Q based board
19         lcd_panel: lcd-panel {
20                 compatible = "auo,g070vvn01";
21                 backlight = <&backlight_lcd>;
22                 power-supply = <&reg_display>;
24                 port {
25                         lcd_panel_in: endpoint {
26                                 remote-endpoint = <&lcd_display_out>;
27                         };
28                 };
29         };