projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5539830
)
coresight: cpu-debug: Support for CA73 CPUs
author
Leo Yan
<
[email protected]
>
Tue, 5 Feb 2019 23:24:53 +0000
(16:24 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 8 Feb 2019 11:27:36 +0000
(12:27 +0100)
This patch is to add the AMBA device ID for CA73 CPU, so that CPU debug
module can be initialized successfully when a SoC contain CA73 CPUs.
This patch has been verified on 96boards Hikey960.
Signed-off-by: Leo Yan <
[email protected]
>
Signed-off-by: Mathieu Poirier <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/hwtracing/coresight/coresight-cpu-debug.c
patch
|
blob
|
history
diff --git
a/drivers/hwtracing/coresight/coresight-cpu-debug.c
b/drivers/hwtracing/coresight/coresight-cpu-debug.c
index 45b2460f31663e4d110ae3294cbbe0d9693c2faa..e8819d7509387a065842f577c20781757e0a94c3 100644
(file)
--- a/
drivers/hwtracing/coresight/coresight-cpu-debug.c
+++ b/
drivers/hwtracing/coresight/coresight-cpu-debug.c
@@
-668,6
+668,10
@@
static const struct amba_id debug_ids[] = {
.id = 0x000bbd08,
.mask = 0x000fffff,
},
+ { /* Debug for Cortex-A73 */
+ .id = 0x000bbd09,
+ .mask = 0x000fffff,
+ },
{ 0, 0 },
};