aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
diff options
context:
space:
mode:
authorLi Pengcheng <lipengcheng8@huawei.com>2016-05-03 13:33:42 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-05-03 17:59:30 -0400
commit960e30959988e0f37e0eeb22b6cdb65b94d5d2e7 (patch)
tree2fc4d6c727798746a16219af7d794ea31d3de98a /drivers/hwtracing
parentb5af0a26da84b75376706a92c7a58036a0bf3541 (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>
Diffstat (limited to 'drivers/hwtracing')
-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[] = {
825 .mask = 0x000fffff, 825 .mask = 0x000fffff,
826 .data = "ETM 4.0", 826 .data = "ETM 4.0",
827 }, 827 },
828 { /* ETM 4.0 - A72, Maia, HiSilicon */
829 .id = 0x000bb95a,
830 .mask = 0x000fffff,
831 .data = "ETM 4.0",
832 },
828 { 0, 0}, 833 { 0, 0},
829}; 834};
830 835