Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1385597
| From | lipengcheng <lipengcheng8@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] coresight: etm4x: Add DT implementation. |
| Date | 2016-04-23 10:50 +0200 |
| Message-ID | <rr1qi-h0-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add DT implementation for A72 board.
Signed-off-by: Li Pengcheng <lipengcheng8@huawei.com>
Signed-off-by: Li Zhong <lizhong11@hisilicon.com>
---
drivers/hwtracing/coresight/coresight-etm4x.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/hwtracing/coresight/coresight-etm4x.c b/drivers/hwtracing/coresight/coresight-etm4x.c
index 6396b28..462f0dc 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x.c
@@ -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},
};
--
1.8.3.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] coresight: etm4x: Add DT implementation. lipengcheng <lipengcheng8@huawei.com> - 2016-04-23 10:50 +0200 Re: [PATCH] coresight: etm4x: Add DT implementation. Mathieu Poirier <mathieu.poirier@linaro.org> - 2016-04-26 01:10 +0200
csiph-web