diff options
author | Yuanfang Zhang <yuanfang.zhang@oss.qualcomm.com> | 2025-08-14 02:00:13 -0700 |
---|---|---|
committer | Suzuki K Poulose <suzuki.poulose@arm.com> | 2025-09-23 14:14:13 +0100 |
commit | 28a272d8eb9fb8a1fa3ef27f665c04d47d74e037 (patch) | |
tree | a7eeddb6c56186b66b22b71b4dcc80199986dde2 | |
parent | 70714eb7243eaf333d23501d4c7bdd9daf011c01 (diff) |
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
-rw-r--r-- | drivers/hwtracing/coresight/coresight-tnoc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-tnoc.c b/drivers/hwtracing/coresight/coresight-tnoc.c index d542df46ea39..ff9a0a9cfe96 100644 --- a/drivers/hwtracing/coresight/coresight-tnoc.c +++ b/drivers/hwtracing/coresight/coresight-tnoc.c @@ -222,6 +222,10 @@ static struct amba_id trace_noc_ids[] = { .id = 0x000f0c00, .mask = 0x00ffff00, }, + { + .id = 0x001f0c00, + .mask = 0x00ffff00, + }, {}, }; MODULE_DEVICE_TABLE(amba, trace_noc_ids); |