Skip to content

Commit 42d5ddb

Browse files
lipengcheng8mathieupoirier
authored andcommitted
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)
1 parent 143e92c commit 42d5ddb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

drivers/hwtracing/coresight/coresight-etm4x.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,11 @@ static struct amba_id etm4_ids[] = {
825825
.mask = 0x000fffff,
826826
.data = "ETM 4.0",
827827
},
828+
{ /* ETM 4.0 - A72, Maia, HiSilicon */
829+
.id = 0x000bb95a,
830+
.mask = 0x000fffff,
831+
.data = "ETM 4.0",
832+
},
828833
{ 0, 0},
829834
};
830835

0 commit comments

Comments
 (0)