From patchwork Thu Aug 4 11:15:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivasa Rao Mandadapu X-Patchwork-Id: 12936270 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1821AC19F2D for ; Thu, 4 Aug 2022 11:16:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230390AbiHDLQP (ORCPT ); Thu, 4 Aug 2022 07:16:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59744 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230057AbiHDLQO (ORCPT ); Thu, 4 Aug 2022 07:16:14 -0400 Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6F16222A3; Thu, 4 Aug 2022 04:16:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1659611773; x=1691147773; h=from:to:cc:subject:date:message-id:mime-version; bh=klHnWSedRVv9div3XGBwTD+O776JK0g8/P3ma9LhGmY=; b=QEuQraN6ZbrRQ2cXVXDefMirOp7FvLvEDPOfe2um8MQmXmi6WAEJf1q2 UA6xoA2Wh6ze8Z7TOYC2DFA2Wi6qaWPXUcNuDq7aoIKlil8Dg+xNDVpkp 3NdnWaMwSZ32iCIUkxT6OY/kCPTgIHVfiB0xmxZ8lqjxDy1+FiDYoxXbe A=; Received: from unknown (HELO ironmsg-SD-alpha.qualcomm.com) ([10.53.140.30]) by alexa-out-sd-01.qualcomm.com with ESMTP; 04 Aug 2022 04:16:12 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg-SD-alpha.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Aug 2022 04:16:11 -0700 Received: from nalasex01a.na.qualcomm.com (10.47.209.196) by nasanex01c.na.qualcomm.com (10.47.97.222) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Thu, 4 Aug 2022 04:16:10 -0700 Received: from hu-srivasam-hyd.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Thu, 4 Aug 2022 04:16:05 -0700 From: Srinivasa Rao Mandadapu To: , , , , , , , , , , , , , , , , CC: Srinivasa Rao Mandadapu Subject: [PATCH v2 0/8] Update ADSP pil loader for SC7280 platform Date: Thu, 4 Aug 2022 16:45:43 +0530 Message-ID: <1659611751-7928-1-git-send-email-quic_srivasam@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Update ADSP pil loader driver for SC7280 platforms. Changes since V1: -- Change reg property maxItems to minItems and update description. -- Fix typo errors. Srinivasa Rao Mandadapu (8): dt-bindings: remoteproc: qcom: adsp: Make ADSP pil loader as generic dt-bindings: remoteproc: qcom: adsp: Add compatible name for SC7280 remoteproc: qcom: Add compatible name for SC7280 ADSP remoteproc: qcom: Update hard coded values with macros remoteproc: qcom: Add efuse evb selection control remoteproc: qcom: Add flag in adsp private data structure remoteproc: qcom: Add support for memory sandbox remoteproc: qcom: Update QDSP6 out-of-reset timeout value .../bindings/remoteproc/qcom,lpass-adsp-pil.yaml | 162 +++++++++++++++++++++ .../bindings/remoteproc/qcom,sdm845-adsp-pil.yaml | 160 -------------------- drivers/remoteproc/qcom_q6v5_adsp.c | 145 +++++++++++++++++- 3 files changed, 301 insertions(+), 166 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,lpass-adsp-pil.yaml delete mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sdm845-adsp-pil.yaml