enable dsi driver with imx8mp

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

enable dsi driver with imx8mp

2,152 Views
DEEPIKA19
Contributor I

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

 

 

Tags (1)
0 Kudos
5 Replies

2,137 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @DEEPIKA19 

The core log: 'unsupported dsi mode', you need check your panel driver about dsi mode.

0 Kudos

2,107 Views
DEEPIKA19
Contributor I

 

Thanks for your reply @Zhiming_Liu 

I tried to change the dsi mode in the panel driver and the error is resolved.

But nothing on the dsi.

While checking the logs, I observed the below error related to dsi

imx_sec_dsim_drv 32e60000.mipi_dsi: wait payload tx done time out

Please could you suggest a way to debug the issue.

Thanks in advance

Regards,

deepika

 

0 Kudos

2,095 Views
DEEPIKA19
Contributor I

 

Hi team,

Please could someone help me with the above query.

 

Regards,

deepika

0 Kudos

2,077 Views
DEEPIKA19
Contributor I

Hi team,

Could someone help me with the above issue....

 

Regards,

deepika

0 Kudos

914 Views
Udhay_
Contributor III

@DEEPIKA19 

I am facing similar issue

did you resolve that issue

0 Kudos