Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Li Pengcheng and committed by
Greg Kroah-Hartman
960e3095 b5af0a26

+5
+5
drivers/hwtracing/coresight/coresight-etm4x.c
··· 825 825 .mask = 0x000fffff, 826 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 833 { 0, 0}, 829 834 }; 830 835