summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/arm/juno-r1.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-r1.dts
parentcdc07e96047a89466c52d723a8b62739ad5604eb (diff)
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-r1.dts')
-rw-r--r--arch/arm64/boot/dts/arm/juno-r1.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-r1.dts b/arch/arm64/boot/dts/arm/juno-r1.dts
index aef138aa5765..0033c59a64b5 100644
--- a/arch/arm64/boot/dts/arm/juno-r1.dts
+++ b/arch/arm64/boot/dts/arm/juno-r1.dts
@@ -235,3 +235,7 @@
&replicator_in_port0 {
remote-endpoint = <&csys2_funnel_out_port>;
};
+
+&stm_out_port {
+ remote-endpoint = <&csys1_funnel_in_port0>;
+};