summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Collins <collinsd@codeaurora.org>2016-03-29 18:15:53 -0700
committerBryan Huntsman <bryanh@codeaurora.org>2016-04-12 15:49:39 -0700
commit076ec489b9c623a4e0126e625c857abf32051f3d (patch)
tree0befceaa4fdd3091e6f6a5ceefa032922c1dd887 /include
parent732654df613279564abeca16d5a94aa3d2d92c30 (diff)
platform: qpnp-revid: add support for PM8005
The subtype register value for PM8005 is 0x18. Add this to the list of known PMICs. Change-Id: I5cd316784f1339975a973e63c962fae6cb9db852 CRs-Fixed: 986619 Signed-off-by: David Collins <collinsd@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/qpnp/qpnp-revid.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/qpnp/qpnp-revid.h b/include/linux/qpnp/qpnp-revid.h
index 4998d93eb094..9e50fe48612f 100644
--- a/include/linux/qpnp/qpnp-revid.h
+++ b/include/linux/qpnp/qpnp-revid.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2013-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -177,6 +177,9 @@
/* PMI8998 */
#define PMI8998_SUBTYPE 0x15
+/* PM8005 */
+#define PM8005_SUBTYPE 0x18
+
/* PM8937 */
#define PM8937_SUBTYPE 0x19