Re: [PATCH 2/7] arm64: dts: qcom: talos: Add label properties to CoreSight devices
From: Konrad Dybcio
Date: Tue Apr 14 2026 - 06:09:29 EST
On 4/10/26 5:08 AM, Jie Gan wrote:
> Add label properties to CTI and TPDM nodes in the talos 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>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad3597,6 +3652,7 @@ tpdm@78b0000 {>
> clocks = <&aoss_qmp>;
> clock-names = "apb_pclk";
> + label = "tpdm_llm_gold";
>
> qcom,cmb-element-bits = <32>;
> qcom,cmb-msrs-num = <32>;
> @@ -3664,6 +3720,7 @@ cti@78e0000 {
>
> clocks = <&aoss_qmp>;
> clock-names = "apb_pclk";
> + label = "cti_apss";
> };
>
> cti@78f0000 {
> @@ -3672,6 +3729,7 @@ cti@78f0000 {
>
> clocks = <&aoss_qmp>;
> clock-names = "apb_pclk";
> + label = "cti_apss_1";
> };
>
> cti@7900000 {
> @@ -3680,6 +3738,7 @@ cti@7900000 {
>
> clocks = <&aoss_qmp>;
> clock-names = "apb_pclk";
> + label = "cti_apss_2";
> };
>
> remoteproc_cdsp: remoteproc@8300000 {
>