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

Commit 4776f568 authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

platform: qpnp-revid: Add revision 1.0 for PM855B/PM855L



PM855B and PM855L revision need to be read by some peripheral
drivers to implement SW workarounds for HW specific issues. Add
revision 1.0 for PM855B and PM855L to support it.

Change-Id: Ibddcffa05e67f041ee8df019a31d4f2bafcc3242
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent c9ab2da3
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -233,6 +233,18 @@
#define PMI632_V1P0_REV3	0x00
#define PMI632_V1P0_REV4	0x01

/* PM855B_REV_ID */
#define PM855B_V1P0_REV1	0x00
#define PM855B_V1P0_REV2	0x00
#define PM855B_V1P0_REV3	0x00
#define PM855B_V1P0_REV4	0x01

/* PM855L_REV_ID */
#define PM855L_V1P0_REV1	0x00
#define PM855L_V1P0_REV2	0x00
#define PM855L_V1P0_REV3	0x00
#define PM855L_V1P0_REV4	0x01

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