interconnect: qcom: msm8996: Promote to core_initcall
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Fri, 7 Apr 2023 20:14:50 +0000 (22:14 +0200)
committerGeorgi Djakov <djakov@kernel.org>
Sun, 21 May 2023 07:25:58 +0000 (10:25 +0300)
commit130733a10079102a78b51bf19bf4e4fa4d119c67
tree1b91d15e2bd43799245e16b488788382ac312c4e
parent1ff7aedcdcdd4fe02201269ab428b09491e5cf6e
interconnect: qcom: msm8996: Promote to core_initcall

The interconnect driver is (or soon will be) vital to many other
devices, as it's not a given that the bootloader will set up enough
bandwidth for us or that the values we come into are reasonable.

Promote the driver to core_initcall to ensure the consumers (i.e.
most "meaningful" parts of the SoC) can probe without deferrals.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230228-topic-qos-v8-8-ee696a2c15a9@linaro.org
Signed-off-by: Georgi Djakov <djakov@kernel.org>
drivers/interconnect/qcom/msm8996.c