Skip to content

Commit 28a272d

Browse files
Yuanfang ZhangSuzuki K Poulose
authored andcommitted
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 <[email protected]> Signed-off-by: Suzuki K Poulose <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 70714eb commit 28a272d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/hwtracing/coresight/coresight-tnoc.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ static struct amba_id trace_noc_ids[] = {
222222
.id = 0x000f0c00,
223223
.mask = 0x00ffff00,
224224
},
225+
{
226+
.id = 0x001f0c00,
227+
.mask = 0x00ffff00,
228+
},
225229
{},
226230
};
227231
MODULE_DEVICE_TABLE(amba, trace_noc_ids);

0 commit comments

Comments
 (0)