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

Commit 25b07026 authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

platform: qpnp-revid: Add PM8937 to the list of PMIC names



The subtype for PM8937 is 0x19. Add the name 'PM8937' to the
list of pmic names.

Change-Id: I027e8f4dad84c49c42a43b366a4168c05af4f164
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 8cd988e4
Loading
Loading
Loading
Loading
+21 −20
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ static const char *const pmic_names[] = {
		"PMI8950",
		"PMK8001",
		"PMI8996",
	[25] =	"PM8937",
};

struct revid_chip {