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
This commit is contained in:
Yuanfang Zhang 2025-08-14 02:00:13 -07:00 committed by Suzuki K Poulose
parent 70714eb724
commit 28a272d8eb

View File

@ -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);