Hello,
I'm developing a Yocto distro for a custom board, starting from the one for imx8mp_evk. I'm trying to remove errors during the boot but there's three messages about ldb I can't explain. Notice that my lvds display works fine despite the messages.
[ 0.183364] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[ 0.346205] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with phy-lvds
[ 0.375242] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with lvds0_panel
After some debugging on on my board I've moved to the evk that has the same error.
[ 0.222956] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[ 0.403848] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-004c
[ 0.467060] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-004c
I'm working on imx-linux-scarthgap distro with manifest imx-6.6.23-2.0.0.xml. Before this revision I worked with a mickledore one and no ldb error messages were printed on serial console.
Can someone help me removing this issue?
Hello @acremonini
I hope you are doing very well.
That error code 0x180 just means “no device found” at the time the link was attempted. It's more of a timing thing than an actual bug.
Since your LVDS display is working fine, it means the drivers eventually did their job. These logs are new in recent kernels (like 6.6 from Scarthgap). Older versions like Mickledore didn’t log this as an issue, which is probably why you hadn’t seen it before.
You can share your device tree and we can check if there is any inconsistency that is displaying this log.
Best regards,
Salas.