aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwtracing/coresight/coresight-tnoc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-tnoc.c b/drivers/hwtracing/coresight/coresight-tnoc.c
index d542df46ea3931..ff9a0a9cfe96e5 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);