From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Rohit Agarwal <quic_rohiagar@quicinc.com>
Cc: agross@kernel.org, bjorn.andersson@linaro.org,
gregkh@linuxfoundation.org, robh+dt@kernel.org,
krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/4] ARM: dts: qcom: sdx65: Add interconnect nodes
Date: Fri, 6 May 2022 12:32:29 +0530 [thread overview]
Message-ID: <20220506070229.GB17659@thinkpad> (raw)
In-Reply-To: <1651482395-29443-2-git-send-email-quic_rohiagar@quicinc.com>
On Mon, May 02, 2022 at 02:36:32PM +0530, Rohit Agarwal wrote:
> Add interconnect devicetree nodes in SDX65 platform.
>
> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
> ---
> arch/arm/boot/dts/qcom-sdx65.dtsi | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi
> index 57bda62..d989837 100644
> --- a/arch/arm/boot/dts/qcom-sdx65.dtsi
> +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi
> @@ -139,6 +139,26 @@
> status = "disabled";
> };
>
> + system_noc: interconnect@1620000 {
> + compatible = "qcom,sdx65-system-noc";
> + reg = <0x1620000 0x31200>;
> + #interconnect-cells = <1>;
> + qcom,bcm-voters = <&apps_bcm_voter>;
> + };
> +
> + mem_noc: interconnect@9680000 {
> + compatible = "qcom,sdx65-mem-noc";
> + reg = <0x9680000 0x27200>;
> + #interconnect-cells = <1>;
> + qcom,bcm-voters = <&apps_bcm_voter>;
> + };
> +
> + mc_virt: interconnect {
If there is no "reg" property then this virtual node should be moved outside of
"soc" node. Please refer sm8450.dtsi.
Also the rest of the interconnect nodes should be sorted. I know that you are
following sdx55, but the nodes were not fully sorted there :/
So please fix it too.
Thanks,
Mani
> + compatible = "qcom,sdx65-mc-virt";
> + #interconnect-cells = <1>;
> + qcom,bcm-voters = <&apps_bcm_voter>;
> + };
> +
> tcsr_mutex: hwlock@1f40000 {
> compatible = "qcom,tcsr-mutex";
> reg = <0x01f40000 0x40000>;
> @@ -401,6 +421,11 @@
> };
> };
> };
> +
> + apps_bcm_voter: bcm-voter {
> + compatible = "qcom,bcm-voter";
> + };
> +
> };
> };
>
> --
> 2.7.4
>
--
மணிவண்ணன் சதாசிவம்
next prev parent reply other threads:[~2022-05-06 7:02 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-02 9:06 [PATCH v2 0/4] Devicetree updates for Interconnect, USB3 and PHY support Rohit Agarwal
2022-05-02 9:06 ` [PATCH v2 1/4] ARM: dts: qcom: sdx65: Add interconnect nodes Rohit Agarwal
2022-05-03 11:51 ` Krzysztof Kozlowski
2022-05-06 7:02 ` Manivannan Sadhasivam [this message]
2022-05-02 9:06 ` [PATCH v2 2/4] dt-bindings: usb: qcom,dwc3: Add binding for SDX65 Rohit Agarwal
2022-05-03 11:52 ` Krzysztof Kozlowski
2022-05-06 7:02 ` Manivannan Sadhasivam
2022-05-02 9:06 ` [PATCH v2 3/4] ARM: dts: qcom: sdx65: Add USB3 and PHY support Rohit Agarwal
2022-05-05 20:02 ` Greg KH
2022-05-06 6:55 ` Manivannan Sadhasivam
2022-05-06 7:03 ` Manivannan Sadhasivam
2022-05-02 9:06 ` [PATCH v2 4/4] ARM: dts: qcom: sdx65-mtp: Enable " Rohit Agarwal
2022-05-06 7:05 ` Manivannan Sadhasivam
2022-06-28 20:19 ` (subset) [PATCH v2 0/4] Devicetree updates for Interconnect, " Bjorn Andersson
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=20220506070229.GB17659@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=quic_rohiagar@quicinc.com \
--cc=robh+dt@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).