Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e374f88d authored by Jeff Hugo's avatar Jeff Hugo Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: smem: Move to arch_initcall()



The SMEM driver is critical to the boot process of qcom System on Chips
(SoC).  Some SMEM clients use SMEM to communicate with remote processors
on the SoC to perform boot critical functions, such as submitting clock
votes to a power management processor.  As a result of being in this
critical path for boot, the SMEM driver should be initialized as early as
possible to unblock the entire boot process.

Call SMEM's init() from arch_initcall() to initialize SMEM as early as
possible in boot.

Change-Id: I837b8a93f721d7f9740539f16df1625e8febfbd4
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 49fb7064
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment