sharp,ls043t1le01.txt 594 B

12345678910111213141516171819202122
  1. Sharp Microelectronics 4.3" qHD TFT LCD panel
  2. Required properties:
  3. - compatible: should be "sharp,ls043t1le01-qhd"
  4. - reg: DSI virtual channel of the peripheral
  5. - power-supply: phandle of the regulator that provides the supply voltage
  6. Optional properties:
  7. - backlight: phandle of the backlight device attached to the panel
  8. - reset-gpios: a GPIO spec for the reset pin
  9. Example:
  10. mdss_dsi@fd922800 {
  11. panel@0 {
  12. compatible = "sharp,ls043t1le01-qhd";
  13. reg = <0>;
  14. avdd-supply = <&pm8941_l22>;
  15. backlight = <&pm8941_wled>;
  16. reset-gpios = <&pm8941_gpios 19 GPIO_ACTIVE_HIGH>;
  17. };
  18. };