Hi,
We are using imx8qxp with custom carrier board. We are using a G104STN010 display.
I am able to get display backlight and control it but there is not display output.
we are using custom OS with kernel version :- 6.6.36
dmesg logs show Failed to create device link (0x180) with 56180000.dpu
Hello,
Please share the dts file in attachment.
Best Regards,
Zhiming
Hello,
The ‘’Failed to create device link (0x180)' is a noisy log and not affect display.
Please share full kernel log.
Best Regards,
Zhiming
Hello,
The driver can't parse pane-timing from dts.
You may need adjust the code indentation to solve this problem
Best Regards,
Zhiming
Hello,
As you had suggested i have fixed the indentation issue in device tree i have attached the updated device tree and the dmesg complete log.
After fixing the indentation issue still we are facing the same issue we are able to get backlight but no gui display.
Best Regards,
Adnan
Hello,
From the log, it looks like the kernel has been reloading the camera driver repeatedly, causing the display driver to be reloaded as well. Please don't comment the camera related nodes and then see if you can display it. If it can be displayed, then delete the related nodes in the device tree and remove the related configurations in defconfig.
Best Regards,
Zhiming
Hello,
After switching from lvds0_panel to panel_lvds, we successfully obtained LVDS output. However, the desktop colors appear different, and the date and time text is not displayed properly. I’ve attached the DTSI file and pictures of the LVDS output. Please advise on possible solutions.
Best Regards,
Adnan
Hello,
Can you confirm that the panel is set for 18bit, not 24bit?
Best Regards,
Zhiming
Hello,
You can try another data format and see if that solves the problem.
Best Regards,
Zhiming