driver loading order

From: titus <titus_at_edc.ro>
Date: Fri, 16 Jun 2023 15:55:18 UTC
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