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

Commit c42ac2ee authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Gerrit - the friendly Code Review server
Browse files

clk: msm: clock-cpu-8996: Enable the cpu clocks droop detection feature



MSM8996V3 has an implementation that allows droop detection.
Enable this feature.

Change-Id: I1b33df5bb70bf9b9f339cdeb17ef3e50afa9b47f
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent b8105def
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static int acdcr_val_pwrcl = 0x002D5FFD;
module_param(acdcr_val_pwrcl, int, 0444);
static int acdcr_val_perfcl = 0x002D5FFD;
module_param(acdcr_val_perfcl, int, 0444);
int enable_acd;
int enable_acd = 1;
module_param(enable_acd, int, 0444);

#define WRITE_L2ACDCR(val) \