mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
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:
parent
70714eb724
commit
28a272d8eb
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user