All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
To: Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Rob Herring <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Ilia Lin <ilia.lin@kernel.org>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>
Cc: <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux-pm@vger.kernel.org>,
	"Kathiravan Thirumoorthy" <quic_kathirav@quicinc.com>
Subject: [PATCH 3/3] cpufreq: qcom-nvmem: add support for IPQ5321
Date: Wed, 28 Feb 2024 20:21:51 +0530	[thread overview]
Message-ID: <20240228-ipq5321-sku-support-v1-3-14e4d4715f4b@quicinc.com> (raw)
In-Reply-To: <20240228-ipq5321-sku-support-v1-0-14e4d4715f4b@quicinc.com>

Like all other SoCs in IPQ5332 family, cpufreq for IPQ5321 is also
determined by the eFuse, with the maximum limit of 1.1GHz. Add support
for the same.

Signed-off-by: Kathiravan Thirumoorthy <quic_kathirav@quicinc.com>
---
 drivers/cpufreq/qcom-cpufreq-nvmem.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/qcom-cpufreq-nvmem.c b/drivers/cpufreq/qcom-cpufreq-nvmem.c
index ea05d9d67490..0a46b5d49d32 100644
--- a/drivers/cpufreq/qcom-cpufreq-nvmem.c
+++ b/drivers/cpufreq/qcom-cpufreq-nvmem.c
@@ -191,6 +191,7 @@ static int qcom_cpufreq_kryo_name_version(struct device *cpu_dev,
 	case QCOM_ID_IPQ5312:
 	case QCOM_ID_IPQ5302:
 	case QCOM_ID_IPQ5300:
+	case QCOM_ID_IPQ5321:
 	case QCOM_ID_IPQ9514:
 	case QCOM_ID_IPQ9550:
 	case QCOM_ID_IPQ9554:

-- 
2.34.1


  parent reply	other threads:[~2024-02-28 14:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-28 14:51 [PATCH 0/3] Add support for the IPQ5321 SoC Kathiravan Thirumoorthy
2024-02-28 14:51 ` [PATCH 1/3] dt-bindings: arm: qcom,ids: Add SoC ID for IPQ5321 Kathiravan Thirumoorthy
2024-02-29 14:45   ` Krzysztof Kozlowski
2024-02-28 14:51 ` [PATCH 2/3] soc: qcom: socinfo: " Kathiravan Thirumoorthy
2024-02-29 14:45   ` Krzysztof Kozlowski
2024-02-28 14:51 ` Kathiravan Thirumoorthy [this message]
2024-03-04  7:12   ` [PATCH 3/3] cpufreq: qcom-nvmem: add support " Viresh Kumar
2024-03-05  4:35     ` Viresh Kumar
2024-03-06  4:40       ` Kathiravan Thirumoorthy
2024-03-06  5:18         ` Viresh Kumar
2024-03-06  5:32           ` Viresh Kumar
2024-03-06  7:22         ` Krzysztof Kozlowski
2024-03-06  8:00           ` Kathiravan Thirumoorthy
2024-02-28 15:06 ` [PATCH 0/3] Add support for the IPQ5321 SoC Mukesh Ojha

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=20240228-ipq5321-sku-support-v1-3-14e4d4715f4b@quicinc.com \
    --to=quic_kathirav@quicinc.com \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=ilia.lin@kernel.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    --cc=robh@kernel.org \
    --cc=viresh.kumar@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.