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

Skip to content
Commit d2ce09e2 authored by David Collins's avatar David Collins
Browse files

clk: qcom: set use_max_uV for vdd_mm to avoid voltage voting conflicts



On SA8155 boards, vdd_cx and vdd_mm are supplied by the same
physical regulator.  In the camcc-sm8150, dispcc-sm8150,
gcc-sm8150, and videocc-sm8150 drivers, vdd_cx is specified
with support up to TURBO_L1 level whereas vdd_mm is specified
with support only up to TURBO level.  The vdd_mm regulator
voltage requests with max = TURBO block vdd_cx regulator
requests for TURBO_L1.

Fix this issue by setting vdd_mm.use_max_uV = true in the
affected drivers.  This results in regulator voltage requests
with max = INT_MAX which will not block TURBO_L1 requests.

Change-Id: I3777e5f22b2e5f70c9ca8cafa2d80f7df3d1cc9e
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 49f7d351
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