diff options
| author | David Collins <collinsd@codeaurora.org> | 2016-03-29 18:15:53 -0700 |
|---|---|---|
| committer | Bryan Huntsman <bryanh@codeaurora.org> | 2016-04-12 15:49:39 -0700 |
| commit | 076ec489b9c623a4e0126e625c857abf32051f3d (patch) | |
| tree | 0befceaa4fdd3091e6f6a5ceefa032922c1dd887 /drivers/platform | |
| parent | 732654df613279564abeca16d5a94aa3d2d92c30 (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 'drivers/platform')
| -rw-r--r-- | drivers/platform/msm/qpnp-revid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/platform/msm/qpnp-revid.c b/drivers/platform/msm/qpnp-revid.c index 4333df7a0d77..8c060974436f 100644 --- a/drivers/platform/msm/qpnp-revid.c +++ b/drivers/platform/msm/qpnp-revid.c @@ -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 @@ -53,6 +53,7 @@ static const char *const pmic_names[] = { [PMI8996_SUBTYPE] = "PMI8996", [PM8998_SUBTYPE] = "PM8998", [PMI8998_SUBTYPE] = "PMI8998", + [PM8005_SUBTYPE] = "PM8005", [PM8937_SUBTYPE] = "PM8937", [PMI8937_SUBTYPE] = "PMI8937", }; |
