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 2/3] soc: qcom: socinfo: Add SoC ID for IPQ5321
Date: Wed, 28 Feb 2024 20:21:50 +0530	[thread overview]
Message-ID: <20240228-ipq5321-sku-support-v1-2-14e4d4715f4b@quicinc.com> (raw)
In-Reply-To: <20240228-ipq5321-sku-support-v1-0-14e4d4715f4b@quicinc.com>

Add the SoC ID for IPQ5321, which belong to the family of IPQ5332 SoC.

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

diff --git a/drivers/soc/qcom/socinfo.c b/drivers/soc/qcom/socinfo.c
index e8ff9819ac47..c6063fd293d0 100644
--- a/drivers/soc/qcom/socinfo.c
+++ b/drivers/soc/qcom/socinfo.c
@@ -443,6 +443,7 @@ static const struct soc_id soc_id[] = {
 	{ qcom_board_id(QCS8550) },
 	{ qcom_board_id(QCM8550) },
 	{ qcom_board_id(IPQ5300) },
+	{ qcom_board_id(IPQ5321) },
 };
 
 static const char *socinfo_machine(struct device *dev, unsigned int id)

-- 
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 ` Kathiravan Thirumoorthy [this message]
2024-02-29 14:45   ` [PATCH 2/3] soc: qcom: socinfo: " Krzysztof Kozlowski
2024-02-28 14:51 ` [PATCH 3/3] cpufreq: qcom-nvmem: add support " Kathiravan Thirumoorthy
2024-03-04  7:12   ` 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-2-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.