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

Commit c0684b30 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-smbcharger: add support for PMI8996"

parents c192a74a 5e3ca378
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ static char *version_str[] = {
enum pmic_subtype {
	PMI8994		= 10,
	PMI8950		= 17,
	PMI8996		= 19,
};

enum smbchg_wa {
@@ -6660,6 +6661,8 @@ static int smbchg_wa_config(struct smbchg_chip *chip)
					| SMBCHG_USB100_WA;
		}
		break;
	case PMI8996:
		break;
	default:
		pr_err("PMIC subtype %d not supported, WA flags not set\n",
				pmic_rev_id->pmic_subtype);