jdi,lt070me05000.txt 999 B

12345678910111213141516171819202122232425262728293031
  1. JDI model LT070ME05000 1200x1920 7" DSI Panel
  2. Required properties:
  3. - compatible: should be "jdi,lt070me05000"
  4. - vddp-supply: phandle of the regulator that provides the supply voltage
  5. Power IC supply (3-5V)
  6. - iovcc-supply: phandle of the regulator that provides the supply voltage
  7. IOVCC , power supply for LCM (1.8V)
  8. - enable-gpios: phandle of gpio for enable line
  9. LED_EN, LED backlight enable, High active
  10. - reset-gpios: phandle of gpio for reset line
  11. This should be 8mA, gpio can be configured using mux, pinctrl, pinctrl-names
  12. XRES, Reset, Low active
  13. - dcdc-en-gpios: phandle of the gpio for power ic line
  14. Power IC supply enable, High active
  15. Example:
  16. dsi0: qcom,mdss_dsi@4700000 {
  17. panel@0 {
  18. compatible = "jdi,lt070me05000";
  19. reg = <0>;
  20. vddp-supply = <&pm8921_l17>;
  21. iovcc-supply = <&pm8921_lvs7>;
  22. enable-gpios = <&pm8921_gpio 36 GPIO_ACTIVE_HIGH>;
  23. reset-gpios = <&tlmm_pinmux 54 GPIO_ACTIVE_LOW>;
  24. dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>;
  25. };
  26. };