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)
This commit is contained in:
parent
143e92c224
commit
42d5ddbbf0
1 changed files with 5 additions and 0 deletions
|
@ -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},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue