Re: [PATCH 6/7] arm64: dts: qcom: sm8750: Add label properties to CoreSight devices

From: Konrad Dybcio

Date: Tue Apr 14 2026 - 06:25:20 EST


On 4/10/26 5:08 AM, Jie Gan wrote:
> Add label properties to TPDM and CTI nodes in the sm8750 device tree to
> provide human-readable identifiers for each CoreSight device. These
> labels allow userspace tools and the CoreSight framework to identify
> devices by name rather than by base address.
>
> Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
> ---

[...]

> tpdm-cdsp-llm {
> compatible = "qcom,coresight-static-tpdm";
> + label = "tpdm_cdsp_llm";
> qcom,cmb-element-bits = <32>;
>
> out-ports {
> @@ -6814,6 +6839,7 @@ tpdm_cdsp_llm_out: endpoint {
>
> tpdm-cdsp-llm2 {
> compatible = "qcom,coresight-static-tpdm";
> + label = "tpdm_cdsp_llm2";
> qcom,cmb-element-bits = <32>;
>
> out-ports {
> @@ -6827,6 +6853,7 @@ tpdm_cdsp_llm2_out: endpoint {
>
> tpdm-modem1 {
> compatible = "qcom,coresight-static-tpdm";
> + label = "tpdm_modem_1";

Please fix the extra \t

Konrad