summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/juno.dts
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2017-01-11 20:44:09 +0000
committerSudeep Holla <sudeep.holla@arm.com>2017-01-18 11:14:41 +0000
commitcde6f9ab10c6099f5e8daed898a43562b9911b70 (patch)
tree6592bbcaa3eba4134d4a354504a08b96dba84fcb /arch/arm64/boot/dts/arm/juno.dts
parentcdc07e96047a89466c52d723a8b62739ad5604eb (diff)
downloadop-kernel-dev-cde6f9ab10c6099f5e8daed898a43562b9911b70.zip
op-kernel-dev-cde6f9ab10c6099f5e8daed898a43562b9911b70.tar.gz
arm64: dts: juno: add missing CoreSight STM component
This patch adds the missing CoreSight STM component definition to the device tree of all the juno variants(r0,r1,r2) STM component is connected to different funnels depending on Juno platform variant. Reviewed-and-tested-by: Mathieu Poirier <mathieu.poirier@linaro.org> Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> Signed-off-by: Mike Leach <mike.leach@linaro.org> [sudeep.holla@arm.com: minor changelog update and reorganising the STM node back into juno-base.dtsi to avoid duplication] Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to 'arch/arm64/boot/dts/arm/juno.dts')
-rw-r--r--arch/arm64/boot/dts/arm/juno.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno.dts b/arch/arm64/boot/dts/arm/juno.dts
index 66fa438..bb2820e 100644
--- a/arch/arm64/boot/dts/arm/juno.dts
+++ b/arch/arm64/boot/dts/arm/juno.dts
@@ -210,3 +210,19 @@
&replicator_in_port0 {
remote-endpoint = <&etf0_out_port>;
};
+
+&stm_out_port {
+ remote-endpoint = <&main_funnel_in_port2>;
+};
+
+&main_funnel {
+ ports {
+ port@3 {
+ reg = <2>;
+ main_funnel_in_port2: endpoint {
+ slave-mode;
+ remote-endpoint = <&stm_out_port>;
+ };
+ };
+ };
+};
OpenPOWER on IntegriCloud