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

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

msm: smd: Move to arch_initcall()



The SMD driver is critical to the boot process of msm System on Chips
(SoC).  SMD is used as the transport to communicate resource votes (such
as clocks and regulators) to the power management processor.  This makes
SMD critical to the boot process as resource votes during boot cannot be
completed until SMD initializes. As a result, the SMD driver should be
initialized as early as possible to unblock the entire boot process.

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

Change-Id: Id60d92bcb8f9fdef0c65110e6d79bb9bd94f917e
Signed-off-by: default avatarJeffrey Hugo <jhugo@codeaurora.org>
parent 087d698a
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