[PATCH] arm64: dts: qcom: kaanapali: fix traceNoC probe issue

From: Jie Gan

Date: Wed Jun 24 2026 - 02:34:40 EST


Fix probing of the traceNoC device by switching from the AMBA bus to
the platform itnoc driver.

Fixes: f73959d86c15 ("arm64: dts: qcom: kaanapali: add coresight nodes")
Signed-off-by: Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/kaanapali.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/kaanapali.dtsi b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
index 7aa9653bd456..84561b5faf81 100644
--- a/arch/arm64/boot/dts/qcom/kaanapali.dtsi
+++ b/arch/arm64/boot/dts/qcom/kaanapali.dtsi
@@ -5003,12 +5003,12 @@ tpdm_pcie_rscc_out: endpoint {
};
};

- tn@111b8000 {
- compatible = "qcom,coresight-tnoc", "arm,primecell";
+ itnoc@111b8000 {
+ compatible = "qcom,coresight-itnoc";
reg = <0x0 0x111b8000 0x0 0x4200>;

clocks = <&aoss_qmp>;
- clock-names = "apb_pclk";
+ clock-names = "apb";

in-ports {
#address-cells = <1>;

---
base-commit: 4e5dfb7c84012007c3c7061126491bbc92d71bf1
change-id: 20260624-fix-tracenoc-probe-issue-c6429da28df4

Best regards,
--
Jie Gan <jie.gan@xxxxxxxxxxxxxxxx>