Linux Power Management development
 help / color / mirror / Atom feed
From: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
To: Amit Kucheria <amitk@kernel.org>,
	Thara Gopinath <thara.gopinath@gmail.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	Daniel Lezcano <daniel.lezcano@kernel.org>,
	Zhang Rui <rui.zhang@intel.com>,
	Lukasz Luba <lukasz.luba@arm.com>
Cc: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
Subject: [PATCH 1/2] thermal/drivers/qcom/tsens: Add support for ipq5210 tsens
Date: Fri, 15 May 2026 15:47:59 +0530	[thread overview]
Message-ID: <20260515-tsens-driver-v1-1-015ca76f1418@oss.qualcomm.com> (raw)
In-Reply-To: <20260515-tsens-driver-v1-0-015ca76f1418@oss.qualcomm.com>

ipq5210's tsens is similar to ipq5332 tsens. Re-use the ipq5332
data for ipq5210.

Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@oss.qualcomm.com>
---
 drivers/thermal/qcom/tsens.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/thermal/qcom/tsens.c b/drivers/thermal/qcom/tsens.c
index a2422ebee816..c0c7ecdb9c2b 100644
--- a/drivers/thermal/qcom/tsens.c
+++ b/drivers/thermal/qcom/tsens.c
@@ -1110,6 +1110,9 @@ static const struct of_device_id tsens_table[] = {
 	{
 		.compatible = "qcom,ipq5018-tsens",
 		.data = &data_ipq5018,
+	}, {
+		.compatible = "qcom,ipq5210-tsens",
+		.data = &data_ipq5332,
 	}, {
 		.compatible = "qcom,ipq5332-tsens",
 		.data = &data_ipq5332,

-- 
2.34.1


  reply	other threads:[~2026-05-15 10:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-15 10:17 [PATCH 0/2] Add support tsens in ipq5210 & ipq9650 Varadarajan Narayanan
2026-05-15 10:17 ` Varadarajan Narayanan [this message]
2026-05-15 12:24   ` [PATCH 1/2] thermal/drivers/qcom/tsens: Add support for ipq5210 tsens Konrad Dybcio
2026-05-15 10:18 ` [PATCH 2/2] thermal/drivers/qcom/tsens: Add support for ipq9650 tsens Varadarajan Narayanan
2026-05-15 12:26   ` Konrad Dybcio
2026-05-15 11:21 ` [PATCH 0/2] Add support tsens in ipq5210 & ipq9650 Pankaj Patil

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=20260515-tsens-driver-v1-1-015ca76f1418@oss.qualcomm.com \
    --to=varadarajan.narayanan@oss.qualcomm.com \
    --cc=amitk@kernel.org \
    --cc=daniel.lezcano@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lukasz.luba@arm.com \
    --cc=rafael@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=thara.gopinath@gmail.com \
    /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