From patchwork Tue Jul 5 11:31:59 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sibi Sankar X-Patchwork-Id: 12906431 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 9931FCCA47C for ; Tue, 5 Jul 2022 11:32:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229906AbiGELcU (ORCPT ); Tue, 5 Jul 2022 07:32:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbiGELcS (ORCPT ); Tue, 5 Jul 2022 07:32:18 -0400 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 866BC16584; Tue, 5 Jul 2022 04:32:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1657020737; x=1688556737; h=from:to:cc:subject:date:message-id:mime-version; bh=DgpD0swGMPgGP3c6S88/tD4BnYuimi0ZGxDZ8vFIhHA=; b=AgNiHcTKD5PRRAtnuTt1qeKQd4JsB5aIj75ppjp2sTBKI4jA9M2lI8pO M7Z57YNbCu+crtNvatrPsopSpDpHNJkLjYaAm56Z2Fjjtnya2t1Z2MXXo B+dZot2q188XRuIXgxe4/h27cY8/p5BPmvIXOqNCkbRAYB89FHzvIAXB9 I=; Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-02.qualcomm.com with ESMTP; 05 Jul 2022 04:32:17 -0700 X-QCInternal: smtphost Received: from nasanex01c.na.qualcomm.com ([10.47.97.222]) by ironmsg01-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2022 04:32:17 -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; Tue, 5 Jul 2022 04:32:16 -0700 Received: from blr-ubuntu-87.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; Tue, 5 Jul 2022 04:32:12 -0700 From: Sibi Sankar To: , , , CC: , , , , , , , , Sibi Sankar Subject: [V5 0/2] Add support for proxy interconnect bandwidth votes Date: Tue, 5 Jul 2022 17:01:59 +0530 Message-ID: <1657020721-24939-1-git-send-email-quic_sibis@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add proxy interconnect bandwidth votes during modem bootup on SC7280 SoCs. V5: * Improve phandle-array schemas [Stephen/Rob/Krzysztof] * Add more details to the firmware-name/memory region string array [Stephen/Rob] * Drop 'items' from label [Rob] * Drop the patch 1 since Bjorn picked it up V4: * Remove older bindings [Matthias/Krzysztof] * Convert sc7180/sc7280 to yaml and leave the rest to Sireesh's series * Rebased on v2 of Krzysztof's bindings cleanups * Misc. Fixes [Krzysztof] V3: * Re-ordered clock list, fixed pdc_sync typo [Rob/Matthias] V2: * Dropped patch 3 from version 1 [Sub with Bjorn's patch] * Add YAML support [Krzysztof] * Drop interconnect names [Bjorn] Depends on Krzysztof's remoteproc cleanups and improvements: https://patchwork.kernel.org/project/linux-arm-msm/cover/20220517070113.18023-1-krzysztof.kozlowski@linaro.org/ Sibi Sankar (2): dt-bindings: remoteproc: qcom: Convert SC7280 MSS bindings to YAML dt-bindings: remoteproc: qcom: Convert SC7180 MSS bindings to YAML .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 47 +--- .../bindings/remoteproc/qcom,sc7180-mss-pil.yaml | 245 +++++++++++++++++++ .../bindings/remoteproc/qcom,sc7280-mss-pil.yaml | 266 +++++++++++++++++++++ 3 files changed, 513 insertions(+), 45 deletions(-) create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc7180-mss-pil.yaml create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,sc7280-mss-pil.yaml