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

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

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

parents 20ae7a51 0934baf0
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