Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 266f1263 authored by David Collins's avatar David Collins
Browse files

regulator: cpr3-hmss-regulator: use HMSS SVS RO_SEL for MinSVS on msm8996



The MinSVS RO_SEL fuse is removed on MSM8996v3 chips.  On earlier
chip revisions, the MinSVS RO_SEL fuse always contained the same
value as the SVS RO_SEL fuse.  Therefore, specify the SVS RO_SEL
fuse offset for MinSVS to ensure correct operation on all MSM8996
chip revisions.

Change-Id: Ide49407dda51f801b2bfba5baff068eec7cccb64
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 32829884
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -148,14 +148,14 @@ static const char * const cpr3_msm8996_hmss_fuse_corner_name[] = {
static const struct cpr3_fuse_param
msm8996_hmss_ro_sel_param[2][MSM8996_HMSS_FUSE_CORNERS][2] = {
	[MSM8996_HMSS_POWER_CLUSTER_THREAD_ID] = {
		{{66, 42, 45}, {} },
		{{66, 38, 41}, {} },
		{{66, 38, 41}, {} },
		{{66, 38, 41}, {} },
		{{66, 34, 37}, {} },
		{{66, 30, 33}, {} },
	},
	[MSM8996_HMSS_PERFORMANCE_CLUSTER_THREAD_ID] = {
		{{64, 58, 61}, {} },
		{{64, 54, 57}, {} },
		{{64, 54, 57}, {} },
		{{64, 54, 57}, {} },
		{{64, 50, 53}, {} },