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

Skip to content
Commit bc46387c authored by Prudhvi Yarlagadda's avatar Prudhvi Yarlagadda
Browse files

i2c-msm-v2: Make init call as module_init for i2c driver



Make init call as module_init for i2c driver instead of
subsys_initcall. This is done to prevent clock off which
happens in i2c probe, as the same clock is shared by uart
(early console). Early console doesn't have a mechanism to
vote for clocks so these clocks should be on till kernel
console driver is probed which is happening as a module_init
call.

Change-Id: I10c6e4f0c5227db97bd5d31dc91c3ba4b9a74038
Signed-off-by: default avatarPrudhvi Yarlagadda <pyarlaga@codeaurora.org>
parent 15c00787
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