Resolved! STM32MP157 module loading issue
The 'of_device_id' in my module is as follows:static const struct of_device_id gcnano_of_match[] = { { .compatible = "st,gcnano" }, { .compatible = "vivante,gc" }, { /* end node */ } };In the device tree:compatible = "vivante,gc";When usi...