linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev
@ 2021-08-04 13:34 Thara Gopinath
  2021-08-04 15:42 ` Bjorn Andersson
  0 siblings, 1 reply; 3+ messages in thread
From: Thara Gopinath @ 2021-08-04 13:34 UTC (permalink / raw)
  To: rjw, viresh.kumar, bjorn.andersson; +Cc: linux-pm, linux-kernel, linux-arm-msm

The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so
add it to the cpufreq-dt-platdev driver's blocklist.

Signed-off-by: Thara Gopinath <thara.gopinath@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 9d5a38a91f10..231e585f6ba2 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -141,6 +141,7 @@ static const struct of_device_id blocklist[] __initconst = {
 	{ .compatible = "qcom,sc7280", },
 	{ .compatible = "qcom,sc8180x", },
 	{ .compatible = "qcom,sdm845", },
+	{ .compatible = "qcom,sm8150", },
 
 	{ .compatible = "st,stih407", },
 	{ .compatible = "st,stih410", },
-- 
2.25.1


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

* Re: [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev
  2021-08-04 13:34 [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev Thara Gopinath
@ 2021-08-04 15:42 ` Bjorn Andersson
  2021-08-04 18:15   ` Trilok Soni
  0 siblings, 1 reply; 3+ messages in thread
From: Bjorn Andersson @ 2021-08-04 15:42 UTC (permalink / raw)
  To: Thara Gopinath; +Cc: rjw, viresh.kumar, linux-pm, linux-kernel, linux-arm-msm

On Wed 04 Aug 08:34 CDT 2021, Thara Gopinath wrote:

> The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so
> add it to the cpufreq-dt-platdev driver's blocklist.
> 

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> Signed-off-by: Thara Gopinath <thara.gopinath@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 9d5a38a91f10..231e585f6ba2 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -141,6 +141,7 @@ static const struct of_device_id blocklist[] __initconst = {
>  	{ .compatible = "qcom,sc7280", },
>  	{ .compatible = "qcom,sc8180x", },
>  	{ .compatible = "qcom,sdm845", },
> +	{ .compatible = "qcom,sm8150", },
>  
>  	{ .compatible = "st,stih407", },
>  	{ .compatible = "st,stih410", },
> -- 
> 2.25.1
> 

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

* Re: [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev
  2021-08-04 15:42 ` Bjorn Andersson
@ 2021-08-04 18:15   ` Trilok Soni
  0 siblings, 0 replies; 3+ messages in thread
From: Trilok Soni @ 2021-08-04 18:15 UTC (permalink / raw)
  To: Bjorn Andersson, Thara Gopinath
  Cc: rjw, viresh.kumar, linux-pm, linux-kernel, linux-arm-msm

On 8/4/2021 8:42 AM, Bjorn Andersson wrote:
> On Wed 04 Aug 08:34 CDT 2021, Thara Gopinath wrote:
> 
>> The Qualcomm sm8150 platform uses the qcom-cpufreq-hw driver, so
>> add it to the cpufreq-dt-platdev driver's blocklist.

Thara, please use "blocklist" as well in your subject line of the patch.

---Trilok Soni

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

end of thread, other threads:[~2021-08-04 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 13:34 [PATCH] cpufreq: blacklist Qualcomm sm8150 in cpufreq-dt-platdev Thara Gopinath
2021-08-04 15:42 ` Bjorn Andersson
2021-08-04 18:15   ` Trilok Soni

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