ipq807x: add Qualcomm Atheros IPQ807x target
[openwrt/staging/jow.git] / target / linux / ipq807x / patches-5.15 / 0115-remoteproc-qcom-Add-ssr-subdevice-identifier.patch
1 From 3a8f67b4770c817b04794c9a02e3f88f85d86280 Mon Sep 17 00:00:00 2001
2 From: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
3 Date: Sat, 30 Jan 2021 10:50:08 +0530
4 Subject: [PATCH] remoteproc: qcom: Add ssr subdevice identifier
5
6 Add name for ssr subdevice on IPQ8074 SoC.
7
8 Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
9 Signed-off-by: Sricharan R <sricharan@codeaurora.org>
10 Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
11 ---
12 drivers/remoteproc/qcom_q6v5_wcss.c | 1 +
13 1 file changed, 1 insertion(+)
14
15 --- a/drivers/remoteproc/qcom_q6v5_wcss.c
16 +++ b/drivers/remoteproc/qcom_q6v5_wcss.c
17 @@ -1178,6 +1178,7 @@ static const struct wcss_data wcss_ipq80
18 .crash_reason_smem = WCSS_CRASH_REASON,
19 .aon_reset_required = true,
20 .wcss_q6_reset_required = true,
21 + .ssr_name = "q6wcss",
22 .ops = &q6v5_wcss_ipq8074_ops,
23 .requires_force_stop = true,
24 .need_mem_protection = true,