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

Commit e899e13d authored by David Collins's avatar David Collins
Browse files

regulator: cprh-kbss-regulator: update open-loop fuse parameters for SDM845



Update the open-loop voltage fuse reference voltages and step
size for SDM845 in order to match the latest hardware guidelines.

Change-Id: Ic2906a0fa4fe7788d3a142b96d0e7969552223ed
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent 345c814e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -544,25 +544,25 @@ sdm845_kbss_fuse_ref_volt[2][2][SDM845_KBSS_FUSE_CORNERS] = {
		[CPRH_KBSS_POWER_CLUSTER_THREAD_ID] = {
			688000,
			812000,
			884000,
			896000,
		},
		[CPRH_KBSS_L3_THREAD_ID] = {
			688000,
			812000,
			884000,
			896000,
		},
	},
	[CPRH_KBSS_PERFORMANCE_CLUSTER_ID] = {
		[CPRH_KBSS_PERFORMANCE_CLUSTER_THREAD_ID] = {
			 756000,
			 828000,
			1056000,
			1000000,
		},
	},
};

#define CPRH_KBSS_FUSE_STEP_VOLT		10000
#define CPRH_SDM845_KBSS_FUSE_STEP_VOLT		11000
#define CPRH_SDM845_KBSS_FUSE_STEP_VOLT		8000
#define CPRH_KBSS_VOLTAGE_FUSE_SIZE		6
#define CPRH_KBSS_QUOT_OFFSET_SCALE		5
#define CPRH_KBSS_AGING_INIT_QUOT_DIFF_SIZE	8