devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Viresh Kumar <vireshk@kernel.org>, Nishanth Menon <nm@ti.com>,
	Stephen Boyd <sboyd@kernel.org>, Niklas Cassel <nks@flawful.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: Robert Marko <robimarko@gmail.com>,
	linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org,
	devicetree@vger.kernel.org, linux-pm@vger.kernel.org,
	Jeffrey Hugo <quic_jhugo@quicinc.com>,
	Marijn Suijten <marijn.suijten@somainline.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@somainline.org>
Subject: [PATCH v12 01/10] cpufreq: blacklist MSM8998 in cpufreq-dt-platdev
Date: Wed, 28 Jun 2023 16:00:40 +0200	[thread overview]
Message-ID: <20230217-topic-cpr3h-v12-1-1a4d050e1e67@linaro.org> (raw)
In-Reply-To: <20230217-topic-cpr3h-v12-0-1a4d050e1e67@linaro.org>

From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>

Add the MSM8998 to the blacklist since the CPU scaling is handled
out of this.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@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 e2b20080de3a..adb3579a1fee 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -143,6 +143,7 @@ static const struct of_device_id blocklist[] __initconst = {
 
 	{ .compatible = "qcom,apq8096", },
 	{ .compatible = "qcom,msm8996", },
+	{ .compatible = "qcom,msm8998", },
 	{ .compatible = "qcom,qcs404", },
 	{ .compatible = "qcom,sa8155p" },
 	{ .compatible = "qcom,sa8540p" },

-- 
2.41.0


  reply	other threads:[~2023-06-28 14:00 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28 14:00 [PATCH v12 00/10] (no cover subject) Konrad Dybcio
2023-06-28 14:00 ` Konrad Dybcio [this message]
2023-06-28 15:56   ` [PATCH v12 01/10] cpufreq: blacklist MSM8998 in cpufreq-dt-platdev Rob Herring
2023-07-03  4:17     ` Viresh Kumar
2023-07-04  8:07       ` Krzysztof Kozlowski
2023-07-04  9:21         ` Viresh Kumar
2023-07-04  8:06   ` Krzysztof Kozlowski
2023-06-28 14:00 ` [PATCH v12 02/10] MAINTAINERS: Add entry for Qualcomm CPRv3/v4/Hardened driver Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 03/10] dt-bindings: opp: v2-qcom-level: Document CPR3 open/closed loop volt adjustment Konrad Dybcio
2023-06-28 14:18   ` Rob Herring
2023-07-04 11:04   ` AngeloGioacchino Del Regno
2023-06-28 14:00 ` [PATCH v12 04/10] dt-bindings: soc: qcom: cpr3: Add bindings for CPR3 driver Konrad Dybcio
2023-06-28 14:18   ` Rob Herring
2023-06-28 16:03   ` Rob Herring
2023-06-28 16:37     ` Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 05/10] soc: qcom: cpr: Move common functions to new file Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 06/10] soc: qcom: cpr-common: Add support for flat fuse adjustment Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 07/10] soc: qcom: cpr: Use u64 for frequency Konrad Dybcio
2023-07-04 11:04   ` AngeloGioacchino Del Regno
2023-06-28 14:00 ` [PATCH v12 08/10] soc: qcom: cpr-common: Add threads support Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 09/10] soc: qcom: Add support for Core Power Reduction v3, v4 and Hardened Konrad Dybcio
2023-06-28 14:00 ` [PATCH v12 10/10] arm64: dts: qcom: msm8998: Configure CPRh Konrad Dybcio
2023-06-28 14:32 ` [PATCH v12 00/10] (no cover subject) Jeffrey Hugo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230217-topic-cpr3h-v12-1-1a4d050e1e67@linaro.org \
    --to=konrad.dybcio@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=marijn.suijten@somainline.org \
    --cc=nks@flawful.org \
    --cc=nm@ti.com \
    --cc=quic_jhugo@quicinc.com \
    --cc=robh+dt@kernel.org \
    --cc=robimarko@gmail.com \
    --cc=sboyd@kernel.org \
    --cc=vireshk@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).