driver loading order
titus <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
what is the correct method for loading drivers in a specific order I hacked a driver for pwm-regulator so i can have cpufreq_dt so rk_pwm/pwm needs to be loaded before the pwm-regulator driver and after the clock driver i changed the pass arg for EARLY_DRIVER_MODULE and in the end it worked but im not sure this is the best way thanks