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

Commit d6873f8d authored by David Collins's avatar David Collins
Browse files

platform: qpnp-revid: add support for PM8005



The subtype register value for PM8005 is 0x18.  Add this to the
list of known PMICs.

Change-Id: I5cd316784f1339975a973e63c962fae6cb9db852
CRs-Fixed: 986619
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 8e80df40
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ static const char *const pmic_names[] = {
	[PMI8996_SUBTYPE] = "PMI8996",
	[PMCOBALT_SUBTYPE] = "PMCOBALT",
	[PMICOBALT_SUBTYPE] = "PMICOBALT",
	[PM8005_SUBTYPE] = "PM8005",
	[PM8937_SUBTYPE] = "PM8937",
	[PMI8937_SUBTYPE] = "PMI8937",
};
+3 −0
Original line number Diff line number Diff line
@@ -177,6 +177,9 @@
/* PMICOBALT */
#define PMICOBALT_SUBTYPE	0x15

/* PM8005 */
#define PM8005_SUBTYPE		0x18

/* PM8937 */
#define PM8937_SUBTYPE		0x19