projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb318d8
)
mailbox: k3-sec-proxy: Add DM to DMSC communication thread
author
Vignesh Raghavendra
<vigneshr@ti.com>
Mon, 7 Jun 2021 14:17:47 +0000
(19:47 +0530)
committer
Lokesh Vutla
<lokeshvutla@ti.com>
Fri, 11 Jun 2021 13:48:52 +0000
(19:18 +0530)
R5 SPL would need to talk to DMSC using DM to DMSC sec-proxy threads.
Mark these as valid threads in the driver.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Link:
https://lore.kernel.org/r/20210607141753.28796-2-vigneshr@ti.com
drivers/mailbox/k3-sec-proxy.c
patch
|
blob
|
history
diff --git
a/drivers/mailbox/k3-sec-proxy.c
b/drivers/mailbox/k3-sec-proxy.c
index 88f320515aeca530e95e0fbb023c86cbb599e071..20fdb09f3143a7b1dc10e82da9450adad1f5fa2c 100644
(file)
--- a/
drivers/mailbox/k3-sec-proxy.c
+++ b/
drivers/mailbox/k3-sec-proxy.c
@@
-409,7
+409,7
@@
static int k3_sec_proxy_remove(struct udevice *dev)
return 0;
}
-static const u32 am6x_valid_threads[] = { 0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 13 };
+static const u32 am6x_valid_threads[] = { 0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 13
, 20, 21, 22, 23
};
static const struct k3_sec_proxy_desc am654_desc = {
.thread_count = 90,