mitsubishi,aa104xd12.txt 937 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Mitsubishi AA204XD12 LVDS Display Panel
  2. =======================================
  3. The AA104XD12 is a 10.4" XGA 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 "mitsubishi,aa121td01" and "panel-lvds", in that
  8. order.
  9. - vcc-supply: Reference to the regulator powering the panel VCC pins.
  10. Example
  11. -------
  12. panel {
  13. compatible = "mitsubishi,aa104xd12", "panel-lvds";
  14. vcc-supply = <&vcc_3v3>;
  15. width-mm = <210>;
  16. height-mm = <158>;
  17. data-mapping = "jeida-24";
  18. panel-timing {
  19. /* 1024x768 @65Hz */
  20. clock-frequency = <65000000>;
  21. hactive = <1024>;
  22. vactive = <768>;
  23. hsync-len = <136>;
  24. hfront-porch = <20>;
  25. hback-porch = <160>;
  26. vfront-porch = <3>;
  27. vback-porch = <29>;
  28. vsync-len = <6>;
  29. };
  30. port {
  31. panel_in: endpoint {
  32. remote-endpoint = <&lvds_encoder>;
  33. };
  34. };
  35. };