summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-09-12 05:25:35 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-12 05:25:35 -0700
commit468e3f4e6efa7011c190fe61f50bc858a19f6b71 (patch)
treed4fa2932d796e4e1fc00103438b1268446beb33c /arch
parent53b5648fac65662a02672f8c0ab5a1dd730c9742 (diff)
parentf1084458cc6b4f8f4f032d7edb695526e968189b (diff)
Merge "ARM: dts: msm: add dummy SPSS ETM device for msm8998"
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/qcom/msm8998-coresight.dtsi23
1 files changed, 22 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8998-coresight.dtsi b/arch/arm/boot/dts/qcom/msm8998-coresight.dtsi
index 4b81d2754255..24c91c6102a4 100644
--- a/arch/arm/boot/dts/qcom/msm8998-coresight.dtsi
+++ b/arch/arm/boot/dts/qcom/msm8998-coresight.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
@@ -1412,6 +1412,14 @@
<&tpda_spss_out_funnel_spss>;
};
};
+ port@2 {
+ reg = <1>;
+ funnel_spss_in_spss_etm0: endpoint {
+ slave-mode;
+ remote-endpoint =
+ <&spss_etm0_out_funnel_spss>;
+ };
+ };
};
};
@@ -1598,4 +1606,17 @@
};
};
};
+
+ dummy-spss-etm0 {
+ compatible = "qcom,coresight-dummy";
+
+ coresight-name = "coresight-spss-etm0";
+
+ port{
+ spss_etm0_out_funnel_spss: endpoint {
+ remote-endpoint =
+ <&funnel_spss_in_spss_etm0>;
+ };
+ };
+ };
};