Hi David,
Can you please share your patched device tree for the st7703 ?
I assume I need to edit the &mipi_dsi node, but I'm struggling with this. I still got the error :
Oct 08 11:39:38 kernel: imx_sec_dsim_drv 32e10000.mipi_dsi: failed to get blk_ctl
Oct 08 11:39:38 kernel: imx_sec_dsim_drv 32e10000.mipi_dsi: version number is 0x1060200
Oct 08 11:39:38 kernel: imx_sec_dsim_drv 32e10000.mipi_dsi: Failed to attach bridge: 32e10000.mipi_dsi
Oct 08 11:39:38 kernel: imx_sec_dsim_drv 32e10000.mipi_dsi: failed to bind sec dsim bridge: -19
In your driver, why does the "compatible" driver array not describe the st7703 device ?
{ .compatible = "rocktech,jh057n00900", .data = &jh057n00900_panel_desc },
{ .compatible = "xingbangda,xbd599", .data = &xbd599_desc },
{ .compatible = "techshine,ts-p0500063b", .data = &p0500063b_desc },
Thanks