Hello.
I designed a custom board with reference to i.MX8M Mini EVK.
On the custom board I am trying to connect MIPI DSI to TI SN65DSI86 and view it on an HDMI monitor using DP->HDMI conversion from mDP connector.
* DP->HDMI conversion: https://www.ainex.jp/products/amc-mdphd/
I used the following URL for the SN65DSI86 driver.
https://github.com/torvalds/linux/blob/master/drivers/gpu/drm/bridge/ti-sn65dsi86.c
We also made changes based on the patch below.
https://patchwork.kernel.org/patch/11277755/
However, the error "[drm:ti_sn_bridge_probe] *ERROR* could not find any panel node" still occurred,
I can't display on the Displayport.
Is the device-tree wrong?
The device tree and dmesg are attached.