aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hwtracing/coresight/coresight-cpu-debug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c
index 45b2460f3166..e8819d750938 100644
--- a/drivers/hwtracing/coresight/coresight-cpu-debug.c
+++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c
@@ -668,6 +668,10 @@ static const struct amba_id debug_ids[] = {
668 .id = 0x000bbd08, 668 .id = 0x000bbd08,
669 .mask = 0x000fffff, 669 .mask = 0x000fffff,
670 }, 670 },
671 { /* Debug for Cortex-A73 */
672 .id = 0x000bbd09,
673 .mask = 0x000fffff,
674 },
671 { 0, 0 }, 675 { 0, 0 },
672}; 676};
673 677