From: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
To: Bjorn Andersson <andersson@kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-remoteproc@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
gaurav.kohli@oss.qualcomm.com,
Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
Subject: [PATCH 1/2] remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra
Date: Tue, 14 Jul 2026 11:30:17 +0530 [thread overview]
Message-ID: <20260714-shikra-cdsp-v1-1-8402e060809e@oss.qualcomm.com> (raw)
In-Reply-To: <20260714-shikra-cdsp-v1-0-8402e060809e@oss.qualcomm.com>
Add QMI TMD instance IDs and cooling device name arrays for CDSP
on Shikra to enable thermal mitigation support.
Signed-off-by: Dipa Ramesh Mantre <dipa.mantre@oss.qualcomm.com>
---
drivers/remoteproc/qcom_q6v5_pas.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
index 60a4337d9e51..aa2add77b832 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -1537,6 +1537,9 @@ static const struct qcom_pas_data shikra_cdsp_resource = {
.sysmon_name = "cdsp",
.ssctl_id = 0x17,
.smem_host_id = 5,
+ .tmd_instance_id = 0x43,
+ .tmd_name = cdsp_tmd_name,
+ .num_tmd = ARRAY_SIZE(cdsp_tmd_name),
};
static const struct qcom_pas_data shikra_lpaicp_resource = {
--
2.34.1
next prev parent reply other threads:[~2026-07-14 6:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-14 6:00 [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP Dipa Ramesh Mantre
2026-07-14 6:00 ` Dipa Ramesh Mantre [this message]
2026-07-14 6:00 ` [PATCH 2/2] arm64: dts: qcom: shikra: Enable CDSP cooling Dipa Ramesh Mantre
2026-07-14 6:04 ` [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP Gaurav Kohli
-- strict thread matches above, loose matches on Subject: below --
2026-09-11 5:03 [PATCH 0/2] Add QMI TMD based cooling support for the Shikra CDSP and Modem Dipa Ramesh Mantre
2026-09-11 5:03 ` [PATCH 1/2] remoteproc: qcom_q6v5_pas: Add QMI TMD cooling support for Shikra Dipa Ramesh Mantre
2026-09-11 5:09 ` sashiko-bot
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=20260714-shikra-cdsp-v1-1-8402e060809e@oss.qualcomm.com \
--to=dipa.mantre@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gaurav.kohli@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=mathieu.poirier@linaro.org \
--cc=robh@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