Skip to content

Commit a9befca

Browse files
power: supply: Increase threshold to toggle fast charge mode
- Considering the fact that there are users on different regions with higher ambient temperatures, increasing the threshold to 42 degrees would be a sane change whilst not cutting off the threshold. Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
1 parent 134ed78 commit a9befca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/power/supply/qcom/step-chg-jeita.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#define BATT_COOL_THRESHOLD 150
1919
#define BATT_WARM_THRESHOLD 480
20-
#define FFC_CHG_TERM_TEMP_THRESHOLD 390
20+
#define FFC_CHG_TERM_TEMP_THRESHOLD 420
2121
#define FFC_LOW_TEMP_CHG_TERM_CURRENT -540
2222
#define FFC_HIGH_TEMP_CHG_TERM_CURRENT -590
2323

0 commit comments

Comments
 (0)