Message ID | 20210725030214.3942250-1-bjorn.andersson@linaro.org |
---|---|
State | Accepted |
Commit | d66cd5dea551e974580a64bf80b337b9a09ce63e |
Headers | show |
Series | cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev | expand |
On 24-07-21, 20:02, Bjorn Andersson wrote: > The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so > it in the cpufreq-dt-platdev driver's blocklist. > > Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> > --- > drivers/cpufreq/cpufreq-dt-platdev.c | 1 + > 1 file changed, 1 insertion(+) Applied. Thanks. -- viresh
diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c index bef7528aecd3..9d5a38a91f10 100644 --- a/drivers/cpufreq/cpufreq-dt-platdev.c +++ b/drivers/cpufreq/cpufreq-dt-platdev.c @@ -139,6 +139,7 @@ static const struct of_device_id blocklist[] __initconst = { { .compatible = "qcom,qcs404", }, { .compatible = "qcom,sc7180", }, { .compatible = "qcom,sc7280", }, + { .compatible = "qcom,sc8180x", }, { .compatible = "qcom,sdm845", }, { .compatible = "st,stih407", },
The Qualcomm SC8180x platform uses the qcom-cpufreq-hw driver, so it in the cpufreq-dt-platdev driver's blocklist. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> --- drivers/cpufreq/cpufreq-dt-platdev.c | 1 + 1 file changed, 1 insertion(+) -- 2.29.2