Loading Documentation/devicetree/bindings/power/supply/qcom/qpnp-fg-gen3.txt +2 −2 Original line number Diff line number Diff line Loading @@ -208,14 +208,14 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Lower limit of battery temperature to start the capacity learning. If this is not specified, then the default value used will be 150. Unit is in decidegC. used will be 150 (15 C). Unit is in decidegC. - qcom,cl-max-temp Usage: optional Value type: <u32> Definition: Upper limit of battery temperature to start the capacity learning. If this is not specified, then the default value used will be 450 (45C). Unit is in decidegC. used will be 500 (50 C). Unit is in decidegC. - qcom,cl-max-increment Usage: optional Loading drivers/power/supply/qcom/qpnp-fg-gen3.c +1 −1 Original line number Diff line number Diff line Loading @@ -4642,7 +4642,7 @@ static int fg_parse_ki_coefficients(struct fg_chip *chip) #define DEFAULT_BATT_TEMP_HOT 50 #define DEFAULT_CL_START_SOC 15 #define DEFAULT_CL_MIN_TEMP_DECIDEGC 150 #define DEFAULT_CL_MAX_TEMP_DECIDEGC 450 #define DEFAULT_CL_MAX_TEMP_DECIDEGC 500 #define DEFAULT_CL_MAX_INC_DECIPERC 5 #define DEFAULT_CL_MAX_DEC_DECIPERC 100 #define DEFAULT_CL_MIN_LIM_DECIPERC 0 Loading Loading
Documentation/devicetree/bindings/power/supply/qcom/qpnp-fg-gen3.txt +2 −2 Original line number Diff line number Diff line Loading @@ -208,14 +208,14 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Lower limit of battery temperature to start the capacity learning. If this is not specified, then the default value used will be 150. Unit is in decidegC. used will be 150 (15 C). Unit is in decidegC. - qcom,cl-max-temp Usage: optional Value type: <u32> Definition: Upper limit of battery temperature to start the capacity learning. If this is not specified, then the default value used will be 450 (45C). Unit is in decidegC. used will be 500 (50 C). Unit is in decidegC. - qcom,cl-max-increment Usage: optional Loading
drivers/power/supply/qcom/qpnp-fg-gen3.c +1 −1 Original line number Diff line number Diff line Loading @@ -4642,7 +4642,7 @@ static int fg_parse_ki_coefficients(struct fg_chip *chip) #define DEFAULT_BATT_TEMP_HOT 50 #define DEFAULT_CL_START_SOC 15 #define DEFAULT_CL_MIN_TEMP_DECIDEGC 150 #define DEFAULT_CL_MAX_TEMP_DECIDEGC 450 #define DEFAULT_CL_MAX_TEMP_DECIDEGC 500 #define DEFAULT_CL_MAX_INC_DECIPERC 5 #define DEFAULT_CL_MAX_DEC_DECIPERC 100 #define DEFAULT_CL_MIN_LIM_DECIPERC 0 Loading