This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
I am having custom board based on AM625 and using 9.2.7 TI RTOS SDK. Actually I am using the LVDS with following spec. Also, the display needs 24bit RGB with PSWG format. I needed recommendation on device tree format which supports PSWG format.
This attached below device tree is not working the display. Please suggest us recommended changes to be done in device tree to make the display working.
panel_lvds: panel-lvds {
compatible = "panel-lvds";
label = "LVDS";
width-mm = <130>; // 153 to 210 -last 130 , 210
height-mm = <117>; // 117 to 157 - last 117, 157
data-mapping = "vesa-24";
panel-timing {
clock-frequency = <60000000>; // 68200000 to 60000000
hactive = <1940>; // 1280 to 1024
vactive = <1300>; // 800 to 768
hback-porch = <35>; // 5 to 35
hfront-porch = <70>; // from 64 to 70
vback-porch = <16>; // 2 to 16
vfront-porch = <16>; // 40 to 16
hsync-len = <4>; // 1 to 4
vsync-len = <5>; // 1 to 5
//de-active = <1>; // uncommented tocommented
};
port@0 {
// dual-lvds-even-pixels;
lcd_in0: endpoint {
remote-endpoint = <&oldi_out0>;
};
};
};
Thanks,
siva.
Hi,
Are you using Linux or RTOS? Also, which SDK version are you using? Also, our HW only supports the following:
Configuration of OLDI mapping Also indicates dual mode 6 TYPE_F Dual-link 24-bit 5 TYPE_E Dual-link 24-bit JEIDA 4 TYPE_D Duallink 18-bit 2 TYPE_C Single-link 24-bit 1 TYPE_B Single-link 24-bit JEIDA 0 TYPE_A Single-link 18-bit
Regards,
Krunal
Dear Krunal,
THanks for the reply. I am using SDK LINUX RT AM62x 9.02 version. Our display expects PSWG format as mentioned in datasheet.RD104-40.pdf
regards,
siva.
Hi Siva,
Could you please check with your display vendor if any of the above listed formats work?
Regards,
Krunal
HI Krunal,
Apart from datasheet I couldnt get direct support from display manufacturer. As per datasheet, it is vertical display and PSWG format is supported. Please find the datasheet attached for your reference. Please let know your thoughts.
thanks,
siva..
Hi,
My recommendation would be to work with your local display vendor and get clarifications on the supported format. I believe it's MEDIA_BUS_FMT_RGB888_1X7X4_SPWG which is supported by our SoC but I am not sure. I don't have much insights on the display that you invested in and you need to review the display specs to ensure it's compatibility with our SoC.
Regards,
Krunal
Hi Krunal,
Yeah. As per the datasheet, MEDIA_BUS_FMT_RGB888_1X7X4_SPWG format would be the right format. How to enable this in device tree?
thanks,
siva.