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.

Linux/AM5728: Weston initialization settings

Part Number: AM5728

Tool/software: Linux

Hi,

Do the polarity (+ hsync, - hsync) of the timing setting of weston.ini overwrite the value set by dts of linux?

dts setting

panel-timing {
clock-frequency = <65000000>;

hactive = <1024>;
vactive = <768>;

hfront-porch = <24>;
hback-porch = <160>;
hsync-len = <136>;
vfront-porch = <3>;
vback-porch = <29>;
vsync-len = <6>;
hsync-active = <1>;
vsync-active = <1>;
de-active = <1>;
pixelclk-active = <1>;
};

/etc/weston.ini

[output]
name=DPI-1
mode=65.0 1024 1048 1184 1344 768 771 777 806 -hsync +vsync

Best Regards,
Shigehiro Tsuda