Loading Documentation/devicetree/bindings/power/supply/qcom/qpnp-fg-gen3.txt +2 −2 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Value in micro percentage for low temperature ESR tight filter. If this is not specified, then a default value of 48829 (4.88 %) will be used. Lowest possible value is 1954 30000 (3 %) will be used. Lowest possible value is 1954 (0.19 %). - qcom,fg-esr-broad-lt-filter-micro-pct Loading @@ -388,7 +388,7 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Value in micro percentage for low temperature ESR broad filter. If this is not specified, then a default value of 148438 (14.84 %) will be used. Lowest possible value is 30000 (3 %) will be used. Lowest possible value is 1954 (0.19 %). - qcom,fg-auto-recharge-soc Loading drivers/power/supply/qcom/qpnp-fg-gen3.c +2 −2 Original line number Diff line number Diff line Loading @@ -4801,8 +4801,8 @@ static int fg_parse_ki_coefficients(struct fg_chip *chip) #define DEFAULT_ESR_FLT_TEMP_DECIDEGC 100 #define DEFAULT_ESR_TIGHT_FLT_UPCT 3907 #define DEFAULT_ESR_BROAD_FLT_UPCT 99610 #define DEFAULT_ESR_TIGHT_LT_FLT_UPCT 48829 #define DEFAULT_ESR_BROAD_LT_FLT_UPCT 148438 #define DEFAULT_ESR_TIGHT_LT_FLT_UPCT 30000 #define DEFAULT_ESR_BROAD_LT_FLT_UPCT 30000 #define DEFAULT_ESR_CLAMP_MOHMS 20 #define DEFAULT_ESR_PULSE_THRESH_MA 110 #define DEFAULT_ESR_MEAS_CURR_MA 120 Loading Loading
Documentation/devicetree/bindings/power/supply/qcom/qpnp-fg-gen3.txt +2 −2 Original line number Diff line number Diff line Loading @@ -380,7 +380,7 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Value in micro percentage for low temperature ESR tight filter. If this is not specified, then a default value of 48829 (4.88 %) will be used. Lowest possible value is 1954 30000 (3 %) will be used. Lowest possible value is 1954 (0.19 %). - qcom,fg-esr-broad-lt-filter-micro-pct Loading @@ -388,7 +388,7 @@ First Level Node - FG Gen3 device Value type: <u32> Definition: Value in micro percentage for low temperature ESR broad filter. If this is not specified, then a default value of 148438 (14.84 %) will be used. Lowest possible value is 30000 (3 %) will be used. Lowest possible value is 1954 (0.19 %). - qcom,fg-auto-recharge-soc Loading
drivers/power/supply/qcom/qpnp-fg-gen3.c +2 −2 Original line number Diff line number Diff line Loading @@ -4801,8 +4801,8 @@ static int fg_parse_ki_coefficients(struct fg_chip *chip) #define DEFAULT_ESR_FLT_TEMP_DECIDEGC 100 #define DEFAULT_ESR_TIGHT_FLT_UPCT 3907 #define DEFAULT_ESR_BROAD_FLT_UPCT 99610 #define DEFAULT_ESR_TIGHT_LT_FLT_UPCT 48829 #define DEFAULT_ESR_BROAD_LT_FLT_UPCT 148438 #define DEFAULT_ESR_TIGHT_LT_FLT_UPCT 30000 #define DEFAULT_ESR_BROAD_LT_FLT_UPCT 30000 #define DEFAULT_ESR_CLAMP_MOHMS 20 #define DEFAULT_ESR_PULSE_THRESH_MA 110 #define DEFAULT_ESR_MEAS_CURR_MA 120 Loading