Hi Aldo
so HDMI should not be related to the lvds out channels, when I interpret that overview correctly.
Anyway, I'll try to disable hdmi related stuff and test if the lvds setup only is working.
Here is a grep of ldb, adv73 and interconnect, as theses three are related as far as I understand.
[root@vci ~]# dmesg | grep "ldb\|adv73\|interconnect"
[ 0.069206] /ldb-display-controller/lvds-channel@0: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a30000/adv7393@2a
[ 0.069265] /ldb-display-controller/lvds-channel@0: Fixed dependency cycle(s) with /soc@0/bus@32c00000/lcd-controller@32e90000
[ 0.069342] /ldb-display-controller/lvds-channel@1: Fixed dependency cycle(s) with /soc@0/bus@30800000/i2c@30a20000/adv7393@2b
[ 0.069392] /ldb-display-controller/lvds-channel@1: Fixed dependency cycle(s) with /soc@0/bus@32c00000/lcd-controller@32e90000
[ 1.522532] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[ 1.532750] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 32e90000.lcd-controller
[ 2.009363] imx-bus-devfreq 32700000.interconnect: failed to fetch clk: -2
[ 2.016254] imx-bus-devfreq: probe of 32700000.interconnect failed with error -2
[ 2.322034] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 0-002b
[ 2.342605] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-002a
[ 2.384121] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with phy-lvds
[ 2.393017] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with phy-lvds
[ 8.633579] adv7393 0-002b: chip found @ 0x56 (30a20000.i2c)
[ 8.669132] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 0-002b
[ 8.669387] adv7393 1-002a: chip found @ 0x54 (30a30000.i2c)
[ 8.698574] imx8mp-ldb ldb-display-controller: Failed to create device link (0x180) with 1-002a
Can the failed probe of the interconnect be the problem?
I never touched the interconnect instance of the dtb, so I wonder how this can't work correctly?
The "Failed to create device link" errors are obvious but I can tell what caused it.
Could you tell me, what the cause can be for the "Failed to create device link" errors?
Cheers,
Thilo