sgd,gktw70sdae4se.txt 845 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Solomon Goldentek Display GKTW70SDAE4SE LVDS Display Panel
  2. ==========================================================
  3. The GKTW70SDAE4SE is a 7" WVGA TFT-LCD display panel.
  4. These DT bindings follow the LVDS panel bindings defined in panel-lvds.txt
  5. with the following device-specific properties.
  6. Required properties:
  7. - compatible: Shall contain "sgd,gktw70sdae4se" and "panel-lvds", in that order.
  8. Example
  9. -------
  10. panel {
  11. compatible = "sgd,gktw70sdae4se", "panel-lvds";
  12. width-mm = <153>;
  13. height-mm = <86>;
  14. data-mapping = "jeida-18";
  15. panel-timing {
  16. clock-frequency = <32000000>;
  17. hactive = <800>;
  18. vactive = <480>;
  19. hback-porch = <39>;
  20. hfront-porch = <39>;
  21. vback-porch = <29>;
  22. vfront-porch = <13>;
  23. hsync-len = <47>;
  24. vsync-len = <2>;
  25. };
  26. port {
  27. panel_in: endpoint {
  28. remote-endpoint = <&lvds_encoder>;
  29. };
  30. };
  31. };