mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
cpufreq: qcom-hw: Enable boost support
Enable platform specific boost support to be able to set boost frequencies if available. Change-Id: I392ef4cb0dc0b5d6fa9b4b898fe85248f9cf994d Signed-off-by: Vivek Aknurwar <quic_viveka@quicinc.com>
This commit is contained in:
parent
263dd3f6ce
commit
be83eb2675
|
|
@ -708,6 +708,7 @@ static struct cpufreq_driver cpufreq_qcom_hw_driver = {
|
|||
.name = "qcom-cpufreq-hw",
|
||||
.attr = qcom_cpufreq_hw_attr,
|
||||
.ready = qcom_cpufreq_ready,
|
||||
.boost_enabled = true,
|
||||
};
|
||||
|
||||
static int qcom_cpufreq_hw_driver_probe(struct platform_device *pdev)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user