Hi team,
I am trying to enable dsi display with imx8mp.
As suggested in the forum, i tried to add st7701 with the device tree as below
&lcdif1 {
status = "okay";
};
&mipi_dsi {
status = "okay";
panel@0 {
compatible = "techstar,ts8550b";
reg = <0>;
dsi-lanes = <2>;
};
};
I tried to boot the board and i am getting the following error.
[ 6.813406] imx-drm display-subsystem: bound imx-lcdifv3-crtc.0 (ops lcdifv3_crtc_ops)
[ 6.979483] imx-drm display-subsystem: bound imx-lcdifv3-crtc.1 (ops lcdifv3_crtc_ops)
[ 7.118113] imx-drm display-subsystem: bound imx-lcdifv3-crtc.2 (ops lcdifv3_crtc_ops)
[7.144740] imx_sec_dsim_drv 32e60000.mipi_dsi: Unbalanced imx_sec_dsi!
m.
[ 7.169083] imx_sec_dsim_drv 32e60000.mipi_dsi: version number is 0x1060200
[ 7.186515] panel-sitronix-st7701 32e60000.mipi_dsi.0: supply v3p3 not found, using dur
[ 7.219249] panel-sitronix-st7701 32e60000.mipi_dsi.0: supply v1p8 not found, using dummy regulator
[ 7.243099] imx_sec_dsim_drv 32e60000.mipi_dsi: unsupported dsi mode
[ 7.249684] panel-sitronix-st7701: probe of 32e60000.mipi_dsi.0 failed with error -22
[ 7.303549] imx_sec_dsim_drv 32e60000.mipi_dsi: failed to bind sec dsim bridge: -517
[ 7.433465] imx_sec_dsim_drv 32e60000.mipi_dsi: Unbalanced imx_sec_dsim_runtime_resume!
Please could you help me on how to debug this issue.
Thanks in advance
Regards,
deepika