Skip to content
Commit 4a8a77ab authored by Luca Weiss's avatar Luca Weiss Committed by Viresh Kumar
Browse files

cpufreq: qcom-cpufreq-nvmem: fix reading of PVS Valid fuse



The fuse consists of 64 bits, with this statement we're supposed to get
the upper 32 bits but it actually read out of bounds and got 0 instead
of the desired value which lead to the "PVS bin not set." codepath being
run resetting our pvs value.

Fixes: a8811ec7 ("cpufreq: qcom: Add support for krait based socs")
Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent b48cd0d1
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