diff options
author | Minghao Zhang <quic_minghao@quicinc.com> | 2022-03-04 19:20:38 +0800 |
---|---|---|
committer | Jake Weinstein <jake@aospa.co> | 2023-03-09 00:53:53 +0900 |
commit | 54dcf926b55831e13f0c3c3636fb52d58ecea905 (patch) | |
tree | 610118ee38cc37f221300a43b72d4c395fe24552 /thermalConfig.cpp | |
parent | c476f25cdda17ebf9b0ca55f10ecc1196158f314 (diff) |
thermal-hal: Update Ibat thresholds for diwaili
Change Ibat sensors into pm7250b-ibat-lvl0 and update its
throt_thresh, shutdown_thresh and vr_thresh.
Change-Id: Iafca728b305a3326eb60a11b1c43ba09ad43b528
Diffstat (limited to 'thermalConfig.cpp')
-rw-r--r-- | thermalConfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index b84bf03..632764b 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -1229,11 +1229,11 @@ namespace implementation { std::vector<struct target_therm_cfg> diwali_specific = { { TemperatureType::BCL_CURRENT, - { "pm8350b-ibat-lvl0" }, + { "pm7250b-ibat-lvl0" }, "ibat", - 6000, - 7500, - 6000, + 9000, + 9500, + 9000, true, }, { |