linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coresight: etm4x: Add Support for HiSilicon ETM device
@ 2020-08-03 13:35 Qi Liu
  2020-08-04  4:26 ` Sai Prakash Ranjan
  2020-08-04 10:47 ` Suzuki K Poulose
  0 siblings, 2 replies; 4+ messages in thread
From: Qi Liu @ 2020-08-03 13:35 UTC (permalink / raw)
  To: gregkh, saiprakash.ranjan, suzuki.poulose
  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 0c35cd5e..4a4f0bd 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -1561,6 +1561,8 @@ static struct amba_cs_uci_id uci_id_etm4[] = {
 };

 static const struct amba_id etm4_ids[] = {
+	CS_AMBA_ID(0x000b6d02),			/* HiSilicon-Hip09 */
+	CS_AMBA_ID(0x000b6d01),			/* HiSilicon-Hip08 */
 	CS_AMBA_ID(0x000bb95d),			/* Cortex-A53 */
 	CS_AMBA_ID(0x000bb95e),			/* Cortex-A57 */
 	CS_AMBA_ID(0x000bb95a),			/* Cortex-A72 */
--
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] 4+ messages in thread

end of thread, other threads:[~2020-08-10 11:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-03 13:35 [PATCH] coresight: etm4x: Add Support for HiSilicon ETM device Qi Liu
2020-08-04  4:26 ` Sai Prakash Ranjan
2020-08-04 10:47 ` Suzuki K Poulose
2020-08-10 11:01   ` Qi Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).