summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTirupathi Reddy <tirupath@codeaurora.org>2018-05-11 15:05:13 +0530
committerTirupathi Reddy <tirupath@codeaurora.org>2018-05-14 11:18:50 +0530
commitb717c40ca9a2cbd7c96abd2b3f669347e6e92589 (patch)
treef37635689118f94be17a5fa00e8bf245e08fc715
parentd5b2406b66b6358c5ba4dfd1a707ab338a112903 (diff)
regulator: cprh-kbss: Add speed-bin 4 support for sdm660
Update fuse combo count supported for sdm660 to 40. Change-Id: I9ee2c15792c3f006db5969be42bce19a4ebc180c Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
-rw-r--r--drivers/regulator/cprh-kbss-regulator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/regulator/cprh-kbss-regulator.c b/drivers/regulator/cprh-kbss-regulator.c
index 4d6d63e6d887..f7a18611b5d2 100644
--- a/drivers/regulator/cprh-kbss-regulator.c
+++ b/drivers/regulator/cprh-kbss-regulator.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2018, 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
@@ -78,9 +78,10 @@ struct cprh_kbss_fuses {
* 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.
* Fuse combos 24 - 31 map to CPR fusing revision 0 - 7 with speed bin fuse = 3.
+ * Fuse combos 32 - 39 map to CPR fusing revision 0 - 7 with speed bin fuse = 4.
*/
#define CPRH_MSM8998_KBSS_FUSE_COMBO_COUNT 32
-#define CPRH_SDM660_KBSS_FUSE_COMBO_COUNT 32
+#define CPRH_SDM660_KBSS_FUSE_COMBO_COUNT 40
#define CPRH_SDM630_KBSS_FUSE_COMBO_COUNT 24
/*