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

Commit b79cfe22 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: qpnp-fg: enable CC_SOC_REG based capacity learning for pmi8996 v1.x"

parents 990c65ee c5f8cad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8127,7 +8127,7 @@ static int fg_hw_init(struct fg_chip *chip)
		/* Setup workaround flag based on PMIC type */
		if (fg_sense_type == INTERNAL_CURRENT_SENSE)
			chip->wa_flag |= IADC_GAIN_COMP_WA;
		if (chip->pmic_revision[REVID_DIG_MAJOR] > 1)
		if (chip->pmic_revision[REVID_DIG_MAJOR] >= 1)
			chip->wa_flag |= USE_CC_SOC_REG;

		break;