treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / panel / sharp,ls043t1le01.txt
blob3770a111968b613e648e51c4f7403f4973fc979b
1 Sharp Microelectronics 4.3" qHD TFT LCD panel
3 Required properties:
4 - compatible: should be "sharp,ls043t1le01-qhd"
5 - reg: DSI virtual channel of the peripheral
6 - power-supply: phandle of the regulator that provides the supply voltage
8 Optional properties:
9 - backlight: phandle of the backlight device attached to the panel
10 - reset-gpios: a GPIO spec for the reset pin
12 Example:
14         mdss_dsi@fd922800 {
15                 panel@0 {
16                         compatible = "sharp,ls043t1le01-qhd";
17                         reg = <0>;
18                         avdd-supply = <&pm8941_l22>;
19                         backlight = <&pm8941_wled>;
20                         reset-gpios = <&pm8941_gpios 19 GPIO_ACTIVE_HIGH>;
21                 };
22         };