Modules cannot be automatically loaded by devicetree
I created a very simple module and placed it in /lib/modules/4.19.94/kernel/drivers.And do depmod -ae.And I confirmed that probe is possible with modprobe <driver name>.I expected this driver to load automatically after a reboot, but it didn't.This...