summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-21 21:30:03 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-21 21:30:03 -0700
commit321fb5e48e8f2beac26783f80a14ad6d5e6f31da (patch)
tree3b6a455ada9b0fe41a1237b1b1a22a927010913b /drivers
parentc1ef16be6d3c5606edb7a23398611d010b405aa8 (diff)
parent13f1bf50145723cc487f3c9f0138d7797ebc9c15 (diff)
Merge "regulator: cpr3-mmss: Increase fuse combo count"
Diffstat (limited to 'drivers')
-rw-r--r--drivers/regulator/cpr3-mmss-regulator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/regulator/cpr3-mmss-regulator.c b/drivers/regulator/cpr3-mmss-regulator.c
index 80780bf9f527..5a031f503b51 100644
--- a/drivers/regulator/cpr3-mmss-regulator.c
+++ b/drivers/regulator/cpr3-mmss-regulator.c
@@ -72,8 +72,9 @@ struct cpr3_msm8996_mmss_fuses {
/*
* Fuse combos 0 - 7 map to CPR fusing revision 0 - 7 with speed bin fuse = 0.
* Fuse combos 8 - 15 map to CPR fusing revision 0 - 7 with speed bin fuse = 1.
+ * Fuse combos 16 - 23 map to CPR fusing revision 0 - 7 with speed bin fuse = 2.
*/
-#define CPR3_MSM8996PRO_MMSS_FUSE_COMBO_COUNT 16
+#define CPR3_MSM8996PRO_MMSS_FUSE_COMBO_COUNT 24
/* Fuse combos 0 - 7 map to CPR fusing revision 0 - 7 */
#define CPR3_MSM8998_MMSS_FUSE_COMBO_COUNT 8