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

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

Merge "qcom-charger: smb2: add support of PMFALCON"

parents 45a42ee0 4195f84b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1356,6 +1356,9 @@ static int smb2_setup_wa_flags(struct smb2 *chip)
		if (pmic_rev_id->rev4 == PMI8998_V2P0_REV4) /* PMI rev 2.0 */
			chg->wa_flags |= TYPEC_CC2_REMOVAL_WA_BIT;
		break;
	case PMFALCON_SUBTYPE:
		chip->chg.wa_flags |= BOOST_BACK_WA;
		break;
	default:
		pr_err("PMIC subtype %d not supported\n",
				pmic_rev_id->pmic_subtype);