diff mbox series

[RESEND,v2] coresight: etm4x: Add support for ThunderX2

Message ID 1568804666-21664-1-git-send-email-tanmay@marvell.com (mailing list archive)
State Mainlined
Commit 0373d90639ef45c419d14131c3037436b05c4243
Headers show
Series [RESEND,v2] coresight: etm4x: Add support for ThunderX2 | expand

Commit Message

Tanmay Jagdale Sept. 18, 2019, 11:04 a.m. UTC
From: Tanmay Vilas Kumar Jagdale <tanmay@marvell.com>

Add ETMv4 periperhal ID for Marvell's ThunderX2 chip.
This chip contains ETMv4.1 version.

Signed-off-by: Tanmay Vilas Kumar Jagdale <tanmay@marvell.com>
---
- Updated with full name "Tanmay Vilas Kumar Jagdale" instead of
  "Tanmay Jagdale".

[0] https://patchwork.kernel.org/patch/11138743/

 drivers/hwtracing/coresight/coresight-etm4x.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index a128b5063f46..47839b4a8bc0 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -1211,6 +1211,7 @@  static const struct amba_id etm4_ids[] = {
 	CS_AMBA_UCI_ID(0x000f0211, uci_id_etm4),/* Qualcomm Kryo */
 	CS_AMBA_ID(0x000bb802),			/* Qualcomm Kryo 385 Cortex-A55 */
 	CS_AMBA_ID(0x000bb803),			/* Qualcomm Kryo 385 Cortex-A75 */
+	CS_AMBA_UCI_ID(0x000cc0af, uci_id_etm4),/* Marvell ThunderX2 */
 	{},
 };