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-06-03 12:34:56 +0530
commit41e8d7be674f98a0f3bef67b16ea2162109fd522 (patch)
tree6054876ce95f384140b06180e8452831a5624c36
parentfff2451f14d9f97074f390e0b49f1eca3d9da63a (diff)
coresight: Add support for Neoverse N1 ETMN1SDP-2020.07.27
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 */