Skip to content
Commit ef44e10e authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Change the init level for the clock drivers to subsys



The current init level of core for the clock drivers makes the
drivers probe slower since the mailbox and regulator drivers
that the clock drivers are dependent on have an arch init level.
The clock driver probe gets deferred as a result and is scheduled
to much later. Change the initcall level for the clock drivers to
subsys instead to make the probes happen sooner.

Change-Id: Icd304b6d3d8795b6b6868c2472cf4dc07ed82ac8
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 11f73a0c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment