forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
b5af0a26da
commit
960e309599
|
@ -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…
Reference in New Issue
Block a user