aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMao Jinlong <jinlmao@codeaurora.org>2019-05-21 11:08:52 +0530
committerMao Jinlong <jinlmao@codeaurora.org>2019-05-21 13:01:51 +0530
commit58f8ada7c30061da07942ef371c00dba161fa563 (patch)
tree3caa3b1ca957ffac3b32bfa625de01d1dfb7ee59
parentdcabf12417385f293d1c22a8131790b011768e5a (diff)
ARM: dts: msm: Add tpdm lpass for sdm670LE.UM.3.2.1-18400-SDX24
Add tpdm lpass for sdm670 to support lpass HW event capture. Change-Id: I6f18f3284f1d32baec1064ef840c01c069bd994c Signed-off-by: Mao Jinlong <jinlmao@codeaurora.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi23
1 files changed, 22 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi b/arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi
index dc9e54e1dd4c..30039db69b5a 100644
--- a/arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
+/* Copyright (c) 2017-2019, 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
@@ -494,6 +494,15 @@
<&audio_etm0_out_funnel_in1>;
};
};
+
+ port@2 {
+ reg = <0>;
+ funnel_in1_in_tpdm_lpass: endpoint {
+ slave-mode;
+ remote-endpoint =
+ <&tpdm_lpass_out_funnel_in1>;
+ };
+ };
};
};
@@ -2089,6 +2098,18 @@
};
};
+ tpdm_lpass: tpdm@6b16000 {
+ compatible = "qcom,coresight-dummy";
+ coresight-name = "coresight-tpdm-lpass";
+
+ qcom,dummy-source;
+ port {
+ tpdm_lpass_out_funnel_in1: endpoint {
+ remote-endpoint = <&funnel_in1_in_tpdm_lpass>;
+ };
+ };
+ };
+
audio_etm0 {
compatible = "qcom,coresight-remote-etm";