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

Commit ce54ec3b authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Gerrit - the friendly Code Review server
Browse files

platform: qpnp-revid: Add subtype for PM8953



Add PM8953 subtype (0x16) to be identified by
the qpnp-revid driver.

Change-Id: I01719c0b76194269f9cf26f178cfe1e24d7adab1
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent a5370b86
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ static const char *const pmic_names[] = {
	[PM2433_SUBTYPE] = "PM2433",
	[PMD9655_SUBTYPE] = "PMD9655",
	[PM8950_SUBTYPE] = "PM8950",
	[PM8953_SUBTYPE] = "PM8953",
	[PMI8950_SUBTYPE] = "PMI8950",
	[PMK8001_SUBTYPE] = "PMK8001",
	[PMI8996_SUBTYPE] = "PMI8996",
+3 −0
Original line number Diff line number Diff line
@@ -162,6 +162,9 @@

#define PM8950_V2P0_REV4	0x02

/* PM8953 */
#define PM8953_SUBTYPE		0x16

/* PMI8950 */
#define PMI8950_SUBTYPE		0x11