Skip to content

Commit 2ee3c46

Browse files
cyberknight777vbajs
authored andcommitted
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 43 degrees would be a sane change whilst not cutting off the threshold. Signed-off-by: Cyber Knight <cyberknight755@gmail.com> Signed-off-by: Mr-Morat <mtarom124@gmail.com> Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent ca34efe commit 2ee3c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define MAX_STEP_CHG_ENTRIES 5
2424
#define BATT_COOL_THRESHOLD 150
2525
#define BATT_WARM_THRESHOLD 480
26-
#define FFC_CHG_TERM_TEMP_THRESHOLD 400
26+
#define FFC_CHG_TERM_TEMP_THRESHOLD 430
2727
#define FFC_LOW_TEMP_CHG_TERM_CURRENT -980
2828
#define FFC_HIGH_TEMP_CHG_TERM_CURRENT -1110
2929
#else

0 commit comments

Comments
 (0)