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 <[email protected]> --- 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

