I have a out of tree PWM module that uses Linux PWM Interface which I think is provided by pwm_bcm2835 module (in my pi3 case). I am loading pwm_bcm2835 with config.txt entry of dtoverlay=pwm,pin=12,func=4. All works fine using “modprobe mydriver” to load after boot but if /etc/modules includes mydriver it load before the needed pwm_bcm2835.
What is the correct way to set up a dependency in mydriver to the pwm_bcm2835?
What is the correct way to load these 2 module in the correct order at boot time?
How do I make that depend Acy and load order Pi hardware independent?
What is the correct way to set up a dependency in mydriver to the pwm_bcm2835?
What is the correct way to load these 2 module in the correct order at boot time?
How do I make that depend Acy and load order Pi hardware independent?
Statistics: Posted by wkeeling — Tue Feb 27, 2024 12:15 am