mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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 960e309599)
This commit is contained in:
committed by
Mathieu Poirier
parent
143e92c224
commit
42d5ddbbf0
@@ -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},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user