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

Commit 2e403239 authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Deepak Katragadda
Browse files

clk: msm: clock-cpu-8996: Update calibration settings



Updated characterization has shown the need to modify
certain calibration settings for hardware blocks within
the CPU subsystem. Modify these values.

CRs-Fixed: 930377
Change-Id: I601802746224e2abb43fd0b3aedb09e049062adf
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent b6a4104f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,9 +143,9 @@ static int acdtd_val_pwrcl = 0x00006A11;
static int acdtd_val_perfcl = 0x00006A11;
static int dvmrc_val = 0x000E0F0F;
static int acdsscr_val = 0x00000601;
static int acdcr_val_pwrcl = 0x002D5FFD;
static int acdcr_val_pwrcl = 0x002C5FFD;
module_param(acdcr_val_pwrcl, int, 0444);
static int acdcr_val_perfcl = 0x002D5FFD;
static int acdcr_val_perfcl = 0x002C5FFD;
module_param(acdcr_val_perfcl, int, 0444);
int enable_acd = 1;
module_param(enable_acd, int, 0444);