Hi,
i am trying to bring up mipi dsi display using (raydium-rm68200 driver) on iMx8mm core board in 5.10 kernel . panel dts file is prepared by referring (arch/arm64/boot/dts/freescale/imx8ulp-evk-rk055hdmipi4m.dts). But during panel board bring up, rm68200_probe() (added debug log) itself not triggered even though rm68200 module is loaded in to kernel. Attached dmesg log for reference. please let me know input if possible.
/ # lsmod | grep rm68200
panel_raydium_rm68200 28672 0
/ #
Kind Regards
Hi @koteswararao18 ,
Please change your panel dts file's compatible attribute to refer to the rm68200 panel driver like below.
&mipi_dsi {
panel@0 {
compatible = "raydium,rm68200";
Hi @koteswararao18 ,
Thanks for sharing your dts file. In your file, you are including the device tree variables from imx8ulp-evk.dts while the intended board is 8mm.
The pin control configuration is different across both the boards. Please change that and try again.
Also, the "status" variable is not set. Please check the variable value in the dts file you are including.
Hi
Rm68200 display driver is older one so currently porting jd9325 TFT display driver by connecting respective hw display panel to imx8mm board .