Received: by 2002:a05:6a10:c7c6:0:0:0:0 with SMTP id h6csp982915pxy; Sun, 1 Aug 2021 08:27:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwCQASqhvJ2tiK+BfLNkg3kR/RsEJOhoQ7HcA+nhmO5UPrMwd+vTp/XRCrwcW8hDkaSGo4z X-Received: by 2002:a05:6402:cb9:: with SMTP id cn25mr14698706edb.271.1627831647700; Sun, 01 Aug 2021 08:27:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627831647; cv=none; d=google.com; s=arc-20160816; b=lP/Y6w+MVKEAS6+oKk6cgYmxplVvQfKE461LLXbfNujGEzlgz77a1Mw+Dt0s7GlTzl wQCZN0U9TQkiXr+Yz+LWyNK7qIgYhpgTr69Xydz8ND5CdwlbD7GfByR+IpGW4/BQIPmo JKvO+5XvG4/axF77/fpsBPTtUzAXx7Ozeyi+sRQnB2Z9GHkUAi02K8v0KeYC2B/uRGtB h89v/hLz0h2UCYgwldiFAOTC64RD+t/xla2TzLSu1fLM7uJnpHhDZLn6mJYLOenLIPm8 z8Xfof8es746mGo0P+qmprXjiPJz0nN/NSmThvg2ASrJIFOuGIFQy7ezgy9wjiFTJNIs 9scg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:reply-to:cc:from:to :dkim-signature:date; bh=DlAaKUEEimKTCv4vo156aUl4/sao6sK0Mzn0cpFq5m8=; b=b6eH2YeXg0GfxoE02dqAPOh4tY9lyyQ36C8Wvix9xNPNCALtbOJLNafNOXLIGKJoac cJnXlAb6IwYTV17aU03WJRDrpzbHn8aK0MXF5yjb2NJLyfzBgNu6eC00ebMvBHsUMV2x kbXycUfepknpnQQdqfsdtQKK2g5tZuR9v3HENR9NdTH1OVe2Lj3ZT6svefOuNvWAyPDU JxAdO2rUbaOdS7k53iJybg493uaot/4kaJwkw2CpLeafsAdf+E4ZiGSICIo5Wwx+SwrH iICE7DmnhIyNaEINyONBwvj51+tINpztmeqeTKX1wG4k4o0yCydL1LoCTkmdqlPwUTYt kRDg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@protonmail.com header.s=protonmail header.b=AICgycMX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=protonmail.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o13si7229770edv.105.2021.08.01.08.27.04; Sun, 01 Aug 2021 08:27:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@protonmail.com header.s=protonmail header.b=AICgycMX; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=protonmail.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232224AbhHAPZd (ORCPT + 99 others); Sun, 1 Aug 2021 11:25:33 -0400 Received: from mail-0201.mail-europe.com ([51.77.79.158]:38867 "EHLO mail-0201.mail-europe.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232213AbhHAPZd (ORCPT ); Sun, 1 Aug 2021 11:25:33 -0400 Date: Sun, 01 Aug 2021 15:25:20 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1627831521; bh=DlAaKUEEimKTCv4vo156aUl4/sao6sK0Mzn0cpFq5m8=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=AICgycMXlI24QoAEnnmoL7+UPW79qEbXp81Ml6Wopr9oTwhYdaWkeFh8aVqzm0qyk mIQvHI6MTzO84PbOcyMAdN741TwbeyexK9HF+1W408V0IAoVn1qLJ1ZDU8+Ba3Iafp gl0YeRgFpf3pZDz2DMqPP5gtrQEgdlwpdILOjIcI= 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 Reply-To: Yassine Oudjana Subject: [PATCH v2 3/6] dt-bindings: interconnect: Move SDM660 to a new RPM-QoS file Message-ID: <20210801152427.475547-4-y.oudjana@protonmail.com> In-Reply-To: <20210801152427.475547-1-y.oudjana@protonmail.com> References: <20210801152427.475547-1-y.oudjana@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch 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