Re: [PATCH v2] arm64: qcom: dts: sm8750: add coresight nodes

From: Konrad Dybcio

Date: Thu Nov 20 2025 - 07:29:57 EST


On 11/20/25 3:12 AM, Jie Gan wrote:
> Add CoreSight DT nodes for AOSS, QDSS, CDSP, and Modem blocks to enable
> the STM and TPDM sources to route trace data to the ETF for debugging.
>
> Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
> ---

[...]

> + port@0 {
> + reg = <0>;
> +
> + tpda_turing_in0: endpoint {
> + remote-endpoint = <&tpdm_turing_out>;
> + };

Please rename *all* instances of turing

Konrad