Dear NXP ,
HW : srg_imx8mplus (Base on : imx8mplus)
SW BSP : imx8mplus 5.10.9 SDK
deconfig : CONFIG_IGB=y
We have placed I210 IC in srg_imx8mplus platform. I add some logs in igb_main.c.
Please refer to the attached file.
I check the srg_imx8mplus_1.log and it show some message as follows:
[ 1.376594] igb: ### igb_init_module
[ 1.376594] ###
It call __init igb_init_module function but doesn't call igb_probe function.(### [igb_probe] ###)
I would like to know how to modify it to call igb_probe function.