Re: [V2, 3/3] arm64: dts: sc7180: Add interconnect provider DT nodes

From: Georgi Djakov
Date: Mon Jan 06 2020 - 12:29:18 EST


On 31.12.19 Ð. 10:58 Ñ., Odelu Kukatla wrote:
Add the DT nodes for the network-on-chip interconnect buses found
on sc7180-based platforms.
---
arch/arm64/boot/dts/qcom/sc7180.dtsi | 96 ++++++++++++++++++++++++++++++++++++
1 file changed, 96 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index 3676bfd..077b1e5 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -8,6 +8,7 @@
#include <dt-bindings/clock/qcom,gcc-sc7180.h>
#include <dt-bindings/clock/qcom,rpmh.h>
#include <dt-bindings/interrupt-controller/arm-gic.h>
+#include <dt-bindings/interconnect/qcom,sc7180.h>

This should be moved one line up if we want to keep the headers sorted.

#include <dt-bindings/phy/phy-qcom-qusb2.h>
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
@@ -1286,6 +1287,10 @@
clock-names = "xo";
#clock-cells = <1>;
};
+
+ apps_bcm_voter: bcm_voter {
+ compatible = "qcom,sc7180-bcm-voter";
+ };
};
cpufreq_hw: cpufreq@18323000 {
@@ -1298,6 +1303,97 @@
#freq-domain-cells = <1>;
};
+ > + config_noc: interconnect@1500000 {

All DT nodes in this file are ordered by their address. Please move these up
to keep it consistent.

Thanks,
Georgi