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

Unverified Commit 1eae2db8 authored by zhangxianzhu's avatar zhangxianzhu Committed by Michael Bestas
Browse files

[ALM:11217991] [FP4] set force main fcc and icl to 800ma to make charge current close to 4A

 &&&%%%comment:set charge current close to 4A
 &&&%%%bug number:11217991
 &&&%%%product name:sm7225_r_fp4
 &&&%%%root cause:Specification
 &&&%%%Bug category:T2M
 &&&%%%Module_Impact:kernel
 &&&%%%Test_Suggestion:test charging
 &&&%%%Solution:set charge current close to 4A
 &&&%%%Test_Report:test is ok
 &&&%%%VAL Can Test:NO
parent baee93ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -257,13 +257,13 @@ module_param_named(
#endif

#if defined(CONFIG_TCT_PM7250_COMMON)
static int force_icl = -1;
static int force_icl = 800000;
module_param_named(
	force_icl, force_icl,
	int, S_IRUSR | S_IWUSR
);

static int force_fcc = -1;
static int force_fcc = 800000;
module_param_named(
	force_fcc, force_fcc,
	int, S_IRUSR | S_IWUSR