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

Commit f74ebc7f authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

platform: qpnp-revid: Add revision 2.0 and 3.0 for PM8150L



PM8150L revision need to be read by some peripheral drivers to
implement SW workarounds for HW specific issues. Add revision 2.0
and 3.0 for PM8150L to support it.

Change-Id: I617557a6cfa5a4bee5a3fc3573aaaf8547eebb36
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 620a1231
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -245,6 +245,16 @@
#define PM8150L_V1P0_REV3	0x00
#define PM8150L_V1P0_REV4	0x01

#define PM8150L_V2P0_REV1	0x00
#define PM8150L_V2P0_REV2	0x00
#define PM8150L_V2P0_REV3	0x00
#define PM8150L_V2P0_REV4	0x02

#define PM8150L_V3P0_REV1	0x00
#define PM8150L_V3P0_REV2	0x00
#define PM8150L_V3P0_REV3	0x00
#define PM8150L_V3P0_REV4	0x03

/* PMI8998 FAB_ID */
#define PMI8998_FAB_ID_SMIC	0x11
#define PMI8998_FAB_ID_GF	0x30