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:
Vivek Aknurwar 2022-06-06 22:43:06 -07:00 committed by Mike Tipton
parent 263dd3f6ce
commit be83eb2675

View File

@ -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)