From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCF50C432BE for ; Wed, 1 Sep 2021 12:16:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B88B46101B for ; Wed, 1 Sep 2021 12:16:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244012AbhIAMRL (ORCPT ); Wed, 1 Sep 2021 08:17:11 -0400 Received: from mail-0301.mail-europe.com ([188.165.51.139]:43636 "EHLO mail-0301.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244008AbhIAMRJ (ORCPT ); Wed, 1 Sep 2021 08:17:09 -0400 Date: Wed, 01 Sep 2021 12:16:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1630498568; bh=J6BObm/9eXOSfiRQZ9X59U6JXwyZYca747tXZKGmQOk=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=ae8fjpaIkHyocAA0Vla39S6G+qg4iE25xgV4bjPyntnwqpxDZ72mO4OsU85Yej2NG +ZOHH6KeyIFMh64M+5nGGnMeLrHCoJsuNqkjSPsFoBPKu0aa7sFflgzsgGTzI9Cfal P8oZ9/TIHKHBswxhgqEs0YXrL7ZgbedGtBTgl6JU= To: Andy Gross , Bjorn Andersson , Georgi Djakov , Rob Herring From: Yassine Oudjana Cc: Yassine Oudjana , AngeloGioacchino Del Regno , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Reply-To: Yassine Oudjana Subject: [PATCH v4 2/5] dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file Message-ID: <20210901121518.152481-3-y.oudjana@protonmail.com> In-Reply-To: <20210901121518.152481-1-y.oudjana@protonmail.com> References: <20210901121518.152481-1-y.oudjana@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Move SDM660 to a new shared file to allow for adding other similar SoCs. Signed-off-by: Yassine Oudjana Reviewed-by: Rob Herring --- .../interconnect/{qcom,sdm660.yaml =3D> qcom,rpm-qos.yaml} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename Documentation/devicetree/bindings/interconnect/{qcom,sdm660.yaml = =3D> qcom,rpm-qos.yaml} (91%) diff --git a/Documentation/devicetree/bindings/interconnect/qcom,sdm660.yam= l b/Documentation/devicetree/bindings/interconnect/qcom,rpm-qos.yaml similarity index 91% rename from Documentation/devicetree/bindings/interconnect/qcom,sdm660.yaml rename to Documentation/devicetree/bindings/interconnect/qcom,rpm-qos.yaml index 29de7807df54..ea80bd50fd50 100644 --- a/Documentation/devicetree/bindings/interconnect/qcom,sdm660.yaml +++ b/Documentation/devicetree/bindings/interconnect/qcom,rpm-qos.yaml @@ -1,17 +1,18 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: http://devicetree.org/schemas/interconnect/qcom,sdm660.yaml# +$id: http://devicetree.org/schemas/interconnect/qcom,rpm-qos.yaml# $schema: http://devicetree.org/meta-schemas/core.yaml# =20 -title: Qualcomm SDM660 Network-On-Chip interconnect +title: Qualcomm RPM-QoS Network-On-Chip Interconnect =20 maintainers: - AngeloGioacchino Del Regno =20 description: | - The Qualcomm SDM660 interconnect providers support adjusting the - bandwidth requirements between the various NoC fabrics. + RPM-QoS interconnect providers support system bandwidth requirements thr= ough + both the RPM processor and direct AP control. The provider is able to + communicate with the RPM through the RPM shared memory device. =20 properties: reg: --=20 2.33.0