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

Skip to content
Commit c8a21949 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss Committed by Stephen Boyd
Browse files

thermal: msm8974-tsens: Fix incorrect temperature readings



There are two different versions for the one point calibration.
One using the method point1_10bit = ((base_8bit << 2) | 0x2)
+ point1_6bit and the second point1 calibration method is
point1_10bit = ((base_8bit + point1_6bit) << 2) | 0x2. The
one point calibration was incorrectly referencing to the first
point calibration for the corresponding calibration mode from
the efused bits.

Change-Id: Idc4cf8b9eb72e33eb8ba12f798c1e498a45530f8
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent 21367004
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