summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/arm/juno-r2.dts
diff options
context:
space:
mode:
authorMike Leach2017-01-11 21:44:09 +0100
committerSudeep Holla2017-01-18 12:14:41 +0100
commitcde6f9ab10c6099f5e8daed898a43562b9911b70 (patch)
tree6592bbcaa3eba4134d4a354504a08b96dba84fcb /arch/arm64/boot/dts/arm/juno-r2.dts
parentarm64: dts: juno: add CoreSight support for Juno r1/r2 variants (diff)
downloadkernel-qcow2-linux-cde6f9ab10c6099f5e8daed898a43562b9911b70.tar.gz
kernel-qcow2-linux-cde6f9ab10c6099f5e8daed898a43562b9911b70.tar.xz
kernel-qcow2-linux-cde6f9ab10c6099f5e8daed898a43562b9911b70.zip
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-r2.dts')
-rw-r--r--arch/arm64/boot/dts/arm/juno-r2.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/arm/juno-r2.dts b/arch/arm64/boot/dts/arm/juno-r2.dts
index 827da7c92607..218d0e4736a8 100644
--- a/arch/arm64/boot/dts/arm/juno-r2.dts
+++ b/arch/arm64/boot/dts/arm/juno-r2.dts
@@ -235,3 +235,7 @@
&replicator_in_port0 {
remote-endpoint = <&csys2_funnel_out_port>;
};
+
+&stm_out_port {
+ remote-endpoint = <&csys1_funnel_in_port0>;
+};