diff options
| author | Anirudh Ghayal <aghayal@codeaurora.org> | 2016-10-25 19:13:31 +0530 |
|---|---|---|
| committer | Anirudh Ghayal <aghayal@codeaurora.org> | 2016-10-25 19:29:30 +0530 |
| commit | e8267988c3d4264e8b99533ac83468ad139681ec (patch) | |
| tree | 133ae908cc35a93cf7ab7d14c67d8245577ae038 /include | |
| parent | 46aa49c1188a77f52dc4969f82292c176d8f399b (diff) | |
platform: qpnp-revid: Add REVID details for PM/PM2FALCON
Add PMIC subtype details for PMFALCON and PM2FALCON.
CRs-Fixed: 1082022
Change-Id: Iad90353f66cf5ad7f83e3fc252d82cec45abce60
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/qpnp/qpnp-revid.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/qpnp/qpnp-revid.h b/include/linux/qpnp/qpnp-revid.h index 7c12823894df..652d68ac63bf 100644 --- a/include/linux/qpnp/qpnp-revid.h +++ b/include/linux/qpnp/qpnp-revid.h @@ -177,6 +177,10 @@ /* PMICOBALT */ #define PMICOBALT_SUBTYPE 0x15 +/* PMFALCON */ +#define PM2FALCON_SUBTYPE 0x1A +#define PMFALCON_SUBTYPE 0x1B + #define PMICOBALT_V1P0_REV1 0x00 #define PMICOBALT_V1P0_REV2 0x00 #define PMICOBALT_V1P0_REV3 0x00 |
