0115-remoteproc-qcom-Add-ssr-subdevice-identifier.patch 903 B

123456789101112131415161718192021222324
  1. From 3a8f67b4770c817b04794c9a02e3f88f85d86280 Mon Sep 17 00:00:00 2001
  2. From: Gokul Sriram Palanisamy <[email protected]>
  3. Date: Sat, 30 Jan 2021 10:50:08 +0530
  4. Subject: [PATCH] remoteproc: qcom: Add ssr subdevice identifier
  5. Add name for ssr subdevice on IPQ8074 SoC.
  6. Signed-off-by: Gokul Sriram Palanisamy <[email protected]>
  7. Signed-off-by: Sricharan R <[email protected]>
  8. Signed-off-by: Nikhil Prakash V <[email protected]>
  9. ---
  10. drivers/remoteproc/qcom_q6v5_wcss.c | 1 +
  11. 1 file changed, 1 insertion(+)
  12. --- a/drivers/remoteproc/qcom_q6v5_wcss.c
  13. +++ b/drivers/remoteproc/qcom_q6v5_wcss.c
  14. @@ -1179,6 +1179,7 @@ static const struct wcss_data wcss_ipq80
  15. .crash_reason_smem = WCSS_CRASH_REASON,
  16. .aon_reset_required = true,
  17. .wcss_q6_reset_required = true,
  18. + .ssr_name = "q6wcss",
  19. .ops = &q6v5_wcss_ipq8074_ops,
  20. .requires_force_stop = true,
  21. .need_mem_protection = true,