rpmsg: qcom_smd: Promote to arch_initcall
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Thu, 30 Dec 2021 02:32:53 +0000 (03:32 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 11 Mar 2022 17:57:35 +0000 (11:57 -0600)
commit9d85fb73a31bb67e5b738e8732eaaebdadf665fe
tree9021f4c4af4b28a5f9d7d2aa0ae4384ad8851740
parent26291c54e111ff6ba87a164d85d4a4e134b7315c
rpmsg: qcom_smd: Promote to arch_initcall

qcom_smd's only child, smd-rpm uses arch_initcall and both have to be up
before almost anything else to ensure the MSM SoCs will work fine and
nothing will have to resort to probe defering, as this is the main pillar
of all things DVFS on these machines. Promote it to arch_initcall to avoid
such issues.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211230023253.1123142-1-konrad.dybcio@somainline.org
drivers/rpmsg/qcom_smd.c