Skip to content

Commit 15b39ed

Browse files
danielml3vbajs
authored andcommitted
power: supply: smb5-lib: Always use 95 batt level threshold
Signed-off-by: danielml <daniel@danielml.dev> Signed-off-by: Yahya Wessam <yahyawessam2002@gmail.com>
1 parent caae66e commit 15b39ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drivers/power/supply/qcom/smb5-lib.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -934,11 +934,7 @@ int smblib_set_fastcharge_mode(struct smb_charger *chg, bool enable)
934934
}
935935

936936
if (chg->use_bq_pump)
937-
#ifdef CONFIG_K6_CHARGE
938-
fastcharge_soc_thr = 85;
939-
#else
940937
fastcharge_soc_thr = 95;
941-
#endif
942938
else
943939
fastcharge_soc_thr = 90;
944940

0 commit comments

Comments
 (0)