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

Commit 0934baf0 authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Ankit Sharma
Browse files

platform: qpnp-revid: Add REVID details for PM660/PM660L



Add PMIC subtype details for PM660 and PM660L.

CRs-Fixed: 1082022
Change-Id: Iad90353f66cf5ad7f83e3fc252d82cec45abce60
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 73f32eea
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ static const char *const pmic_names[] = {
	[PMICOBALT_SUBTYPE] = "PMICOBALT",
	[PM8005_SUBTYPE] = "PM8005",
	[PM8937_SUBTYPE] = "PM8937",
	[PM660L_SUBTYPE] = "PM660L",
	[PM660_SUBTYPE] = "PM660",
	[PMI8937_SUBTYPE] = "PMI8937",
	[PMI8940_SUBTYPE] = "PMI8940",
};
+4 −0
Original line number Diff line number Diff line
@@ -177,6 +177,10 @@
/* PMICOBALT */
#define PMICOBALT_SUBTYPE	0x15

/* PM660 */
#define PM660L_SUBTYPE		0x1A
#define PM660_SUBTYPE		0x1B

/* PM8005 */
#define PM8005_SUBTYPE		0x18