74 lines
3.4 KiB
Diff
74 lines
3.4 KiB
Diff
From patchwork Thu Jul 30 12:26:38 2020
|
|
Content-Type: text/plain; charset="utf-8"
|
|
MIME-Version: 1.0
|
|
Content-Transfer-Encoding: 7bit
|
|
X-Patchwork-Submitter: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
|
|
X-Patchwork-Id: 11692943
|
|
Return-Path: <SRS0=A8V9=BJ=vger.kernel.org=linux-arm-msm-owner@kernel.org>
|
|
Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org
|
|
[172.30.200.123])
|
|
by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A1B881744
|
|
for <patchwork-linux-arm-msm@patchwork.kernel.org>;
|
|
Thu, 30 Jul 2020 12:28:46 +0000 (UTC)
|
|
Received: from vger.kernel.org (vger.kernel.org [23.128.96.18])
|
|
by mail.kernel.org (Postfix) with ESMTP id 89AB422B3F
|
|
for <patchwork-linux-arm-msm@patchwork.kernel.org>;
|
|
Thu, 30 Jul 2020 12:28:46 +0000 (UTC)
|
|
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
|
|
id S1728303AbgG3M2q (ORCPT
|
|
<rfc822;patchwork-linux-arm-msm@patchwork.kernel.org>);
|
|
Thu, 30 Jul 2020 08:28:46 -0400
|
|
Received: from alexa-out.qualcomm.com ([129.46.98.28]:43483 "EHLO
|
|
alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
|
|
with ESMTP id S1728248AbgG3M2o (ORCPT
|
|
<rfc822;linux-arm-msm@vger.kernel.org>);
|
|
Thu, 30 Jul 2020 08:28:44 -0400
|
|
Received: from ironmsg09-lv.qualcomm.com ([10.47.202.153])
|
|
by alexa-out.qualcomm.com with ESMTP; 30 Jul 2020 05:28:44 -0700
|
|
Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131])
|
|
by ironmsg09-lv.qualcomm.com with ESMTP/TLS/AES256-SHA;
|
|
30 Jul 2020 05:28:42 -0700
|
|
Received: from gokulsri-linux.qualcomm.com ([10.201.2.207])
|
|
by ironmsg02-blr.qualcomm.com with ESMTP; 30 Jul 2020 17:58:14 +0530
|
|
Received: by gokulsri-linux.qualcomm.com (Postfix, from userid 432570)
|
|
id 2E02C218A2; Thu, 30 Jul 2020 17:58:12 +0530 (IST)
|
|
From: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
|
|
To: gokulsri@codeaurora.org, agross@kernel.org,
|
|
bjorn.andersson@linaro.org, david.brown@linaro.org,
|
|
devicetree@vger.kernel.org, jassisinghbrar@gmail.com,
|
|
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
|
|
linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org,
|
|
mark.rutland@arm.com, mturquette@baylibre.com,
|
|
nprakash@codeaurora.org, ohad@wizery.com, robh+dt@kernel.org,
|
|
sboyd@kernel.org, sricharan@codeaurora.org
|
|
Subject: [PATCH v7 4/9] remoteproc: qcom: Add ssr subdevice identifier
|
|
Date: Thu, 30 Jul 2020 17:56:38 +0530
|
|
Message-Id: <1596112003-31663-5-git-send-email-gokulsri@codeaurora.org>
|
|
X-Mailer: git-send-email 2.7.4
|
|
In-Reply-To: <1596112003-31663-1-git-send-email-gokulsri@codeaurora.org>
|
|
References: <1596112003-31663-1-git-send-email-gokulsri@codeaurora.org>
|
|
Sender: linux-arm-msm-owner@vger.kernel.org
|
|
Precedence: bulk
|
|
List-ID: <linux-arm-msm.vger.kernel.org>
|
|
X-Mailing-List: linux-arm-msm@vger.kernel.org
|
|
|
|
Add name for ssr subdevice on IPQ8074 SoC.
|
|
|
|
Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
|
|
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
|
|
Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
|
|
---
|
|
drivers/remoteproc/qcom_q6v5_wcss.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/remoteproc/qcom_q6v5_wcss.c
|
|
+++ b/drivers/remoteproc/qcom_q6v5_wcss.c
|
|
@@ -1172,6 +1172,7 @@ static const struct wcss_data wcss_ipq80
|
|
.crash_reason_smem = WCSS_CRASH_REASON,
|
|
.aon_reset_required = true,
|
|
.wcss_q6_reset_required = true,
|
|
+ .ssr_name = "q6wcss",
|
|
.ops = &q6v5_wcss_ipq8074_ops,
|
|
.requires_force_stop = true,
|
|
.need_mem_protection = true,
|