regulator: cpr3-mmss: Increase fuse combo count
To accommodate speed bin 2 and fuse revisions associated with it increase the fuse combo count from 16 to 24. At present, this is needed for msm8996proAU SOC. Change-Id: Ie781ffda433d491a38695caa5e55ec1ec7ff9b4a Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
3f942f9f96
commit
13f1bf5014
1 changed files with 2 additions and 1 deletions
|
@ -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 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 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 */
|
/* Fuse combos 0 - 7 map to CPR fusing revision 0 - 7 */
|
||||||
#define CPR3_MSM8998_MMSS_FUSE_COMBO_COUNT 8
|
#define CPR3_MSM8998_MMSS_FUSE_COMBO_COUNT 8
|
||||||
|
|
Loading…
Add table
Reference in a new issue