rocktech,rk070er9427.txt 572 B

12345678910111213141516171819202122232425
  1. Rocktech Display Ltd. RK070ER9427 800(RGB)x480 TFT LCD panel
  2. This binding is compatible with the simple-panel binding, which is specified
  3. in simple-panel.txt in this directory.
  4. Required properties:
  5. - compatible: should be "rocktech,rk070er9427"
  6. Optional properties:
  7. - backlight: phandle of the backlight device attached to the panel
  8. Optional nodes:
  9. - Video port for LCD panel input.
  10. Example:
  11. panel {
  12. compatible = "rocktech,rk070er9427";
  13. backlight = <&backlight_lcd>;
  14. port {
  15. lcd_panel_in: endpoint {
  16. remote-endpoint = <&lcd_display_out>;
  17. };
  18. };
  19. };