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