Hi, I'm trying to connect an LVDS display on imx8mp. (Linux 5.10.35_2.0.0)
These are the timing of my LCD, pixel-clock at 64MHz as below the code,
but it doesen't seem to work.
panel-timing {
clock-frequency = <65000000>;
hactive = <1024>;
vactive = <600>;
hsync-len = <136>;
hfront-porch = <20>;
hback-porch = <160>;
vfront-porch = <3>;
vback-porch = <29>;
vsync-len = <6>;
};
The output frequency is fixed at 74.2 MHz.
It would appear set in the imx8mp-ldb.c driver.
How can this parameter be changed from the device tree?
Best Regards
Domenico Acri