]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - Bindings/display/panel/sharp,ls043t1le01.txt
Import DTS files from Linux 5.7
[FreeBSD/FreeBSD.git] / Bindings / display / panel / sharp,ls043t1le01.txt
1 Sharp Microelectronics 4.3" qHD TFT LCD panel
2
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
7
8 Optional properties:
9 - backlight: phandle of the backlight device attached to the panel
10 - reset-gpios: a GPIO spec for the reset pin
11
12 Example:
13
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         };