1Sharp Microelectronics 4.3" qHD TFT LCD panel
2
3Required 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
8Optional properties:
9- backlight: phandle of the backlight device attached to the panel
10- reset-gpios: a GPIO spec for the reset pin
11
12Example:
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	};
23