* [PATCH] cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev
@ 2024-02-09 23:19 Richard Acayan
2024-02-15 7:28 ` Viresh Kumar
0 siblings, 1 reply; 2+ messages in thread
From: Richard Acayan @ 2024-02-09 23:19 UTC (permalink / raw)
To: Rafael J. Wysocki, Viresh Kumar, linux-pm; +Cc: Richard Acayan
The Snapdragon 670 uses the Qualcomm driver for CPU frequency scaling.
Block this driver from loading on it so the driver does not pollute
dmesg with an error.
Signed-off-by: Richard Acayan <mailingradian@gmail.com>
---
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 bd1e1357cef8..b993a498084b 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -156,6 +156,7 @@ static const struct of_device_id blocklist[] __initconst = {
{ .compatible = "qcom,sc7280", },
{ .compatible = "qcom,sc8180x", },
{ .compatible = "qcom,sc8280xp", },
+ { .compatible = "qcom,sdm670", },
{ .compatible = "qcom,sdm845", },
{ .compatible = "qcom,sdx75", },
{ .compatible = "qcom,sm6115", },
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev
2024-02-09 23:19 [PATCH] cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev Richard Acayan
@ 2024-02-15 7:28 ` Viresh Kumar
0 siblings, 0 replies; 2+ messages in thread
From: Viresh Kumar @ 2024-02-15 7:28 UTC (permalink / raw)
To: Richard Acayan; +Cc: Rafael J. Wysocki, linux-pm
On 09-02-24, 18:19, Richard Acayan wrote:
> The Snapdragon 670 uses the Qualcomm driver for CPU frequency scaling.
> Block this driver from loading on it so the driver does not pollute
> dmesg with an error.
>
> Signed-off-by: Richard Acayan <mailingradian@gmail.com>
> ---
> 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:[~2024-02-15 7:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 23:19 [PATCH] cpufreq: dt-platdev: block SDM670 in cpufreq-dt-platdev Richard Acayan
2024-02-15 7:28 ` 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).