diff options
| author | Anirudh Ghayal <aghayal@codeaurora.org> | 2017-03-31 16:18:24 +0530 |
|---|---|---|
| committer | Anirudh Ghayal <aghayal@codeaurora.org> | 2017-04-01 06:39:53 +0530 |
| commit | 5549356bece921375a2094b05e7fbe0b62115cd2 (patch) | |
| tree | b3ed1e3be6ea7f1f2e22fe64867eb90e9fe572b1 /include | |
| parent | 92124c76a2bd3e0c1d98de91d09199558117a1a9 (diff) | |
include: qpnp-revid: Add PM660L version info
Add PM660L v1.1 version macros.
Change-Id: I14c3f2110efc474686df488748b0a671f34ced90
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/qpnp/qpnp-revid.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/qpnp/qpnp-revid.h b/include/linux/qpnp/qpnp-revid.h index a0e2283ef4c9..7254f4d16176 100644 --- a/include/linux/qpnp/qpnp-revid.h +++ b/include/linux/qpnp/qpnp-revid.h @@ -208,6 +208,12 @@ #define PM660_V1P1_REV3 0x01 #define PM660_V1P1_REV4 0x01 +/* PM660L REV_ID */ +#define PM660L_V1P1_REV1 0x00 +#define PM660L_V1P1_REV2 0x00 +#define PM660L_V1P1_REV3 0x01 +#define PM660L_V1P1_REV4 0x01 + /* PMI8998 FAB_ID */ #define PMI8998_FAB_ID_SMIC 0x11 #define PMI8998_FAB_ID_GF 0x30 |
