treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / friendlyarm,hd702e.txt
blob6c9156fc34781f64e8b079337b1b1d76f6e5b8db
1 FriendlyELEC HD702E 800x1280 LCD panel
3 HD702E lcd is FriendlyELEC developed eDP LCD panel with 800x1280
4 resolution. It has built in Goodix, GT9271 captive touchscreen
5 with backlight adjustable via PWM.
7 Required properties:
8 - compatible: should be "friendlyarm,hd702e"
9 - power-supply: regulator to provide the supply voltage
11 Optional properties:
12 - backlight: phandle of the backlight device attached to the panel
14 Optional nodes:
15 - Video port for LCD panel input.
17 This binding is compatible with the simple-panel binding, which is specified
18 in simple-panel.txt in this directory.
20 Example:
22         panel {
23                 compatible ="friendlyarm,hd702e", "simple-panel";
24                 backlight = <&backlight>;
25                 power-supply = <&vcc3v3_sys>;
27                 port {
28                         panel_in_edp: endpoint {
29                                 remote-endpoint = <&edp_out_panel>;
30                         };
31                 };
32         };