All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Dai <daidavid1@codeaurora.org>
To: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	georgi.djakov@linaro.org, vincent.guittot@linaro.org,
	bjorn.andersson@linaro.org, daidavid1@codeaurora.org,
	amit.kucheria@linaro.org, ilina@codeaurora.org,
	seansw@qti.qualcomm.com, grahamr@qti.qualcomm.com,
	evgreen@google.com
Subject: [PATCH v3 2/2] arm64: dts: sdm845: Add interconnect provider DT nodes
Date: Thu, 23 Aug 2018 18:56:54 -0700	[thread overview]
Message-ID: <1535075814-17343-3-git-send-email-daidavid1@codeaurora.org> (raw)
In-Reply-To: <1535075814-17343-1-git-send-email-daidavid1@codeaurora.org>

Add RSC(Resource State Coordinator) provider
dictating network-on-chip interconnect bus performance
found on SDM845-based platforms.

Change-Id: I58f0bfc3ed484d7b45064dceb94dcfda507e9333
Signed-off-by: David Dai <daidavid1@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 1097c7e..4d15784 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -1651,6 +1651,11 @@
 				compatible = "qcom,sdm845-rpmh-clk";
 				#clock-cells = <1>;
 			};
+
+			qnoc: qnoc{
+				compatible = "qcom,sdm845-rsc-hlos";
+				#interconnect-cells = <1>;
+			};
 		};
 
 		ufsphy: phy@1d87000 {
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

  parent reply	other threads:[~2018-08-24  1:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-24  1:56 [PATCH v3 0/2] Add sdm845 interconnect provider driver David Dai
2018-08-24  1:56 ` [PATCH v3 1/2] interconnect: qcom: " David Dai
2018-08-24 15:32   ` Lina Iyer
2018-10-01 18:45   ` Evan Green
2018-08-24  1:56 ` David Dai [this message]
2018-08-24 14:58   ` [PATCH v3 2/2] arm64: dts: sdm845: Add interconnect provider DT nodes Lina Iyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535075814-17343-3-git-send-email-daidavid1@codeaurora.org \
    --to=daidavid1@codeaurora.org \
    --cc=amit.kucheria@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=evgreen@google.com \
    --cc=georgi.djakov@linaro.org \
    --cc=grahamr@qti.qualcomm.com \
    --cc=ilina@codeaurora.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=seansw@qti.qualcomm.com \
    --cc=vincent.guittot@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.