public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2] coresight: etm4x: Add Support for HiSilicon ETM device
@ 2020-08-13 12:59 Qi Liu
  2020-08-13 13:44 ` Suzuki K Poulose
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Qi Liu @ 2020-08-13 12:59 UTC (permalink / raw)
  To: gregkh, mathieu.poirier, suzuki.poulose, mike.leach
  Cc: linux-kernel, linux-arm-kernel, linuxarm

Add ETMv4 periperhal ID for HiSilicon Hip08 and Hip09 platform. Hip08
contains ETMv4.2 device and Hip09 contains ETMv4.5 device.

Signed-off-by: Qi Liu <liuqi115@huawei.com>
---
 drivers/hwtracing/coresight/coresight-etm4x.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index 6d7d216..7797a57 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -1587,6 +1587,8 @@ static const struct amba_id etm4_ids[] = {
 	CS_AMBA_UCI_ID(0x000bb805, uci_id_etm4),/* Qualcomm Kryo 4XX Cortex-A55 */
 	CS_AMBA_UCI_ID(0x000bb804, uci_id_etm4),/* Qualcomm Kryo 4XX Cortex-A76 */
 	CS_AMBA_UCI_ID(0x000cc0af, uci_id_etm4),/* Marvell ThunderX2 */
+	CS_AMBA_UCI_ID(0x000b6d01, uci_id_etm4),/* HiSilicon-Hip08 */
+	CS_AMBA_UCI_ID(0x000b6d02, uci_id_etm4),/* HiSilicon-Hip09 */
 	{},
 };

--
2.8.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-26 11:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-13 12:59 [PATCH v2] coresight: etm4x: Add Support for HiSilicon ETM device Qi Liu
2020-08-13 13:44 ` Suzuki K Poulose
2020-08-13 21:00 ` Mathieu Poirier
2022-05-25 15:10 ` Alexei Budankov
2022-05-26  2:56   ` liuqi (BA)
2022-05-26  7:23     ` Alexei Budankov
2022-05-26  7:47       ` liuqi (BA)
2022-05-26  8:00         ` Alexei Budankov
2022-05-26  9:59           ` Suzuki K Poulose
2022-05-26 11:43             ` Alexei Budankov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox