Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
ARM: dts: msm: Add tpdm lpass for sdm670
Browse files Browse the repository at this point in the history
Add tpdm lpass for sdm670 to support lpass HW event capture.

Change-Id: I6f18f3284f1d32baec1064ef840c01c069bd994c
Signed-off-by: Mao Jinlong <jinlmao@codeaurora.org>
  • Loading branch information
Mao Jinlong committed May 21, 2019
1 parent dcabf12 commit 58f8ada
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion arch/arm64/boot/dts/qcom/sdm670-coresight.dtsi
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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>;
};
};
};
};

Expand Down Expand Up @@ -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";

Expand Down

0 comments on commit 58f8ada

Please sign in to comment.