summaryrefslogtreecommitdiff
path: root/drivers/mailbox/k3-sec-proxy.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-06-13 07:48:22 -0400
committerTom Rini <trini@konsulko.com>2021-06-13 07:48:22 -0400
commit173c3bcd7dca47f1a8f7371a229681d20c7821cc (patch)
tree934108a106980e6688a8b71daf6a576bce6f6dd9 /drivers/mailbox/k3-sec-proxy.c
parente8f720ee1707b43a0e14ade87b40a1f84baeb2f3 (diff)
parent5abb694d6016eaf497c3d9a3ec79382e217e7508 (diff)
Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u-boot-ti into next
- HSM re-architecture support for all K3 platforms - AM64 USB support - Driver model support for Davinci RTC
Diffstat (limited to 'drivers/mailbox/k3-sec-proxy.c')
-rw-r--r--drivers/mailbox/k3-sec-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/k3-sec-proxy.c b/drivers/mailbox/k3-sec-proxy.c
index 88f320515ae..20fdb09f314 100644
--- 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,