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

Commit 791feec7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: qcom: Set the register for GT Limits Management interrupt"

parents f95353fb 7a0971c7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -317,6 +317,8 @@ static int qcom_cpufreq_hw_cpu_init(struct cpufreq_policy *policy)
		}

		c->is_irq_requested = true;
		writel_relaxed(GT_IRQ_STATUS, c->base + offsets[REG_INTR_EN]);
		writel_relaxed(0x0, c->base + offsets[REG_INTR_CLR]);
		c->is_irq_enabled = true;
		c->freq_limit_attr.attr.name = "dcvsh_freq_limit";
		c->freq_limit_attr.show = dcvsh_freq_limit_show;