1 Kaohsiung Opto-Electronics Inc. 5.7" QVGA (320 x 240) TFT LCD panel
4 - compatible: should be "koe,tx14d24vm1bpa"
5 - backlight: phandle of the backlight device attached to the panel
6 - power-supply: single regulator to provide the supply voltage
9 - port: Parallel port mapping to connect this display
11 This panel needs single power supply voltage. Its backlight is conntrolled
17 Example device-tree definition when connected to iMX53 based board
19 lcd_panel: lcd-panel {
20 compatible = "koe,tx14d24vm1bpa";
21 backlight = <&backlight_lcd>;
22 power-supply = <®_3v3>;
25 lcd_panel_in: endpoint {
26 remote-endpoint = <&lcd_display_out>;
31 Then one needs to extend the dispX node:
38 lcd_display_out: endpoint {
39 remote-endpoint = <&lcd_panel_in>;