aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Pengcheng <lipengcheng8@huawei.com>2016-05-03 11:33:42 -0600
committerMathieu Poirier <mathieu.poirier@linaro.org>2016-06-01 15:45:23 -0600
commit42d5ddbbf0f8cfadadf6cb41bfa8bcf1b8c421b1 (patch)
tree63c5ba0c19c0a4b136eb4b44ec2b7a9ba6e41ab7
parent143e92c2248c24712e453aef2a43fbe164d37d37 (diff)
coresight: etm4x: add tracer ID for A72 Maia processor.
This patch adds a cellID for the ETMv4 tracer found on HiSillicon's A72 Maia processor. Signed-off-by: Li Pengcheng <lipengcheng8@huawei.com> Signed-off-by: Li Zhong <lizhong11@hisilicon.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 960e30959988e0f37e0eeb22b6cdb65b94d5d2e7)
-rw-r--r--drivers/hwtracing/coresight/coresight-etm4x.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index 6396b28993da..462f0dc15757 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -825,6 +825,11 @@ static struct amba_id etm4_ids[] = {
.mask = 0x000fffff,
.data = "ETM 4.0",
},
+ { /* ETM 4.0 - A72, Maia, HiSilicon */
+ .id = 0x000bb95a,
+ .mask = 0x000fffff,
+ .data = "ETM 4.0",
+ },
{ 0, 0},
};