I am having an issue that my display is not detected on HDMI port, I have enabled the required configs and dts is already enabled in imx8mp-verdin-dev.dtsi though i am facing an issue..
I have attached the logs [ 0.117714] /soc@0/bus@32c00000/hdmi@32fd8000: Fixed dependency cycle(s) with /soc@0/bus@32c00000/display-bridge@32fc4000 [ 0.131546] /soc@0/bus@32c00000/hdmi@32fd8000: Fixed dependency cycle(s) with /native-hdmi-connector [ 0.131784] /native-hdmi-connector: Fixed dependency cycle(s) with /soc@0/bus@32c00000/hdmi@32fd8000 [ 0.369920] imx8mp-pinctrl 30330000.pinctrl: pin MX8MP_IOMUXC_ECSPI2_MISO already requested by 30330000.pinctrl; cannot claim for 30a60000.serial [ 0.369951] imx8mp-pinctrl 30330000.pinctrl: error -EINVAL: pin-126 (30a60000.serial) [ 0.369971] imx8mp-pinctrl 30330000.pinctrl: error -EINVAL: could not request pin 126 (MX8MP_IOMUXC_ECSPI2_MISO) from group btuartgrp on device 30330000.pincl [ 0.620691] /soc@0/bus@32c00000/dsi@32e60000: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a50000/hdmi@48 [ 0.620824] /hdmi-connector: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a50000/hdmi@48 [ 0.620991] /soc@0/bus@30800000/i2c@30a50000/hdmi@48: Fixed dependency cycle(s) with /soc@0/bus@32c00000/dsi@32e60000 [ 0.621080] /soc@0/bus@30800000/i2c@30a50000/hdmi@48: Fixed dependency cycle(s) with /hdmi-connector [ 2.217878] systemd[1]: Hostname set to . [ 11.765183] i2c 3-0048: deferred probe pending: lt8912: lt8912_parse_dt: Failed to get hdmi port [ 11.765199] platform 32fd8000.hdmi: deferred probe pending: imx8mp-dw-hdmi-tx: Unable to get pixel clock [ 11.765215] platform 32fc4000.display-bridge: deferred probe pending: imx-hdmi-pvi: could not find next bridge [ 11.765405] imx8mp-blk-ctrl 32fc0000.blk-ctrl: sync_state() pending due to 32fc4000.display-bridge [ 11.765427] imx8mp-blk-ctrl 32fc0000.blk-ctrl: sync_state() pending due to 32fc6000.display-controller [ 11.765452] imx8mp-blk-ctrl 32fc0000.blk-ctrl: sync_state() pending due to 32fd8000.hdmi [ 11.765475] imx8mp-blk-ctrl 32fc0000.blk-ctrl: sync_state() pending due to 32fdff00.phy [ 11.765545] imx8mp-blk-ctrl 32f10000.blk-ctrl: sync_state() pending due to 381f0040.usb-phy [ 11.765566] imx8mp-blk-ctrl 32f10000.blk-ctrl: sync_state() pending due to 382f0040.usb-phy
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
To properly help you troubleshoot your HDMI display detection issue on the Verdin iMX8M Plus, I need to understand your setup better. Could you let me know which OS and version you’re running on your device? You can use the tdx-info command to get detailed information about your hardware and software configuration. For more information about this tool, visit: Getting Device Information with Tdx-Info | Toradex Developer Center
HDMI Interface Overview
According to the Verdin iMX8M Plus V1.1 datasheet, the HDMI interface supports:
Based on your logs showing dependency cycles and deferred probes, the issue likely involves device tree configuration. The HDMI interface on Verdin modules requires proper configuration of:
Pin multiplexing - ensuring HDMI pins are correctly assigned (2)
Display controller setup - configuring the LCDIF that drives HDMI (1)
Deploy the device tree to your custom OS image (3)
Once you provide your OS version and platform details, I can give you more specific guidance on resolving the HDMI detection issue and addressing the dependency cycles shown in your logs.
Best regards, Toradex AI Assistant.
Did you like my answer?
If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.
Thanks @lucas_az.tx I tried this overlays part which was already enabled , then tried to add it in my imx8mp-verdin-wifi-dev.dts but still it didn’t work.
I have enabled the required settings from .config file for DSI to HDMI, then also can you suggest what if i may miss something in .config file