aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranukou01 <anurag.koul@arm.com>2020-02-11 14:23:55 +0000
committerDeepak Pandey <Deepak.Pandey@arm.com>2020-03-12 11:00:37 +0530
commit137cccb0843e63b031acf67d1ca4f6447b8c417c (patch)
tree0b860b4d3a815503f6576ef4edd477687bbeba12
parente074cda7f7551b7e6f830e31e9d4a3103d6bec38 (diff)
coresight: Add support for Neoverse N1 ETMN1SDP-2020.03.26
Add PID for Neoverse N1 to the list of supported/known ETMs Change-Id: I1cd76bdea2fcec8908e96a45bf538d4d3839e23c Signed-off-by: anukou01 <anurag.koul@arm.com>
-rw-r--r--drivers/hwtracing/coresight/coresight-etm4x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index a128b5063f46..86a4f9b429ca 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -1207,6 +1207,7 @@ static const struct amba_id etm4_ids[] = {
CS_AMBA_ID(0x000bb95a), /* Cortex-A72 */
CS_AMBA_ID(0x000bb959), /* Cortex-A73 */
CS_AMBA_UCI_ID(0x000bb9da, uci_id_etm4),/* Cortex-A35 */
+ CS_AMBA_UCI_ID(0x000bbd0c, uci_id_etm4),/* Neoverse N1 */
CS_AMBA_UCI_ID(0x000f0205, uci_id_etm4),/* Qualcomm Kryo */
CS_AMBA_UCI_ID(0x000f0211, uci_id_etm4),/* Qualcomm Kryo */
CS_AMBA_ID(0x000bb802), /* Qualcomm Kryo 385 Cortex-A55 */