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.8 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 1C703C4320A for ; Fri, 30 Jul 2021 12:07:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0481F60C41 for ; Fri, 30 Jul 2021 12:07:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238660AbhG3MHn (ORCPT ); Fri, 30 Jul 2021 08:07:43 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]:46093 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238838AbhG3MHT (ORCPT ); Fri, 30 Jul 2021 08:07:19 -0400 Date: Fri, 30 Jul 2021 12:07:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627646831; bh=DlAaKUEEimKTCv4vo156aUl4/sao6sK0Mzn0cpFq5m8=; h=Date:To:From:Cc:Reply-To:Subject:From; b=GEWyvyLqrXC9EGejOjHBvTupauKCCiC433ggKtywkLJkvfCSXHADkOIHh0H9Iwmei AoKdfEOwK60kzEBKimRmdW3c1Np+HIDD/786vZIocWSpB53B5mmEFbLEfbfctkLsI1 sbxtuUQnvhOHvCWrLBCl//T6YNk95+i6lRM52+V8= To: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org From: Yassine Oudjana Cc: Yassine Oudjana , Andy Gross , Bjorn Andersson , Georgi Djakov , AngeloGioacchino Del Regno , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Reply-To: Yassine Oudjana Subject: [PATCH 2/5] dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Move SDM660 to a new shared file to allow for adding other similar SoCs. Signed-off-by: Yassine Oudjana --- .../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.32.0