linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
@ 2021-07-25  3:02 Bjorn Andersson
  2021-07-26  4:24 ` Viresh Kumar
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2021-07-25  3:02 UTC (permalink / raw)
  To: Rafael J. Wysocki, Viresh Kumar; +Cc: linux-arm-msm, linux-pm, linux-kernel

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(+)

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", },
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev
  2021-07-25  3:02 [PATCH] cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev Bjorn Andersson
@ 2021-07-26  4:24 ` Viresh Kumar
  0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2021-07-26  4:24 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: Rafael J. Wysocki, linux-arm-msm, linux-pm, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-26  4:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-25  3:02 [PATCH] cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdev Bjorn Andersson
2021-07-26  4:24 ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).