clk: qcom: Change the init for sdxpoorwills 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: I3d05aea9dad17c4c7860192cde1b48535f44604b
Signed-off-by: David Dai <daidavid1@codeaurora.org>
1 file changed