Attach the imx6 CCM driver during BUS_PASS_CPU. It controls the clocks
for most on-chip devices and needs to be available before other drivers start attaching and asking to have their clocks enabled.
This commit is contained in:
parent
6fd6dd0843
commit
75254491e5
@ -261,5 +261,6 @@ static driver_t ccm_driver = {
|
||||
|
||||
static devclass_t ccm_devclass;
|
||||
|
||||
DRIVER_MODULE(ccm, simplebus, ccm_driver, ccm_devclass, 0, 0);
|
||||
EARLY_DRIVER_MODULE(ccm, simplebus, ccm_driver, ccm_devclass, 0, 0,
|
||||
BUS_PASS_CPU + BUS_PASS_ORDER_EARLY);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user