Loading drivers/regulator/cpr3-hmss-regulator.c +3 −2 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2017, 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 Loading Loading @@ -88,8 +88,9 @@ struct cpr3_msm8996_hmss_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. * Fuse combos 24 - 31 map to CPR fusing revision 0 - 7 with speed bin fuse = 3. */ #define CPR3_MSM8996_HMSS_FUSE_COMBO_COUNT 24 #define CPR3_MSM8996_HMSS_FUSE_COMBO_COUNT 32 /* * Constants which define the name of each fuse corner. Note that no actual Loading Loading
drivers/regulator/cpr3-hmss-regulator.c +3 −2 Original line number Diff line number Diff line /* * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved. * Copyright (c) 2017, 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 Loading Loading @@ -88,8 +88,9 @@ struct cpr3_msm8996_hmss_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. * Fuse combos 24 - 31 map to CPR fusing revision 0 - 7 with speed bin fuse = 3. */ #define CPR3_MSM8996_HMSS_FUSE_COMBO_COUNT 24 #define CPR3_MSM8996_HMSS_FUSE_COMBO_COUNT 32 /* * Constants which define the name of each fuse corner. Note that no actual Loading