Hello,
Recently I'm working on i.MX93 board with raspberrypi, 7 inch-touchscreen-panel attached on it. The issue is the device driver got loaded successfully but the display is not working. I have shared the potential error I'm facing as log below.
root@imx93:/run/media/boot-mmcblk0p1# dmesg | grep dsi
[ 1.864176] i2c 0-0045: Fixed dependency cycle(s) with /soc@0/dsi@4ae10000/ports/endpoint
[ 2.131830] rpi-ts-dsi 4ae10000.dsi.0: failed to attach dsi to host: -19
[ 2.806856] systemd-sysv-generator[100]: SysV service '/etc/init.d/sendsigs' lacks a native systemd unit file. ~ Automatically generating!
Is there anything I need to configure in the device tree file. I have attached the configured node reference-imx93-11x11-evk.dts file below. Please help me to sort it out this issue.
Thanks in advance.