Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

coresight: tnoc: add new AMBA ID to support Trace Noc V2

Add the new AMBA ID 0x001f0c00 to support Trace Noc V2 instances.

Signed-off-by: Yuanfang Zhang <yuanfang.zhang@oss.qualcomm.com>
Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Link: https://lore.kernel.org/r/20250814-tnoc_v2-v1-1-3285e37280c9@oss.qualcomm.com

authored by

Yuanfang Zhang and committed by
Suzuki K Poulose
28a272d8 70714eb7

+4
+4
drivers/hwtracing/coresight/coresight-tnoc.c
··· 222 222 .id = 0x000f0c00, 223 223 .mask = 0x00ffff00, 224 224 }, 225 + { 226 + .id = 0x001f0c00, 227 + .mask = 0x00ffff00, 228 + }, 225 229 {}, 226 230 }; 227 231 MODULE_DEVICE_TABLE(amba, trace_noc_ids);