diff options
author | Tom Rini <trini@konsulko.com> | 2024-12-31 15:24:34 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-12-31 17:55:03 -0600 |
commit | 43cae09eabf398ede30fd4ed1664e2ee6c447d34 (patch) | |
tree | 11bd2549a0c1e3e9899b97c4e7a4924dabe89c7b /drivers/mailbox/k3-sec-proxy.c | |
parent | d4749f55f2879f2df7888541e8336df233e3ad81 (diff) | |
parent | 1c4eeff48c4c48606f304154c17a5f4be64821d2 (diff) |
Merge patch series "Fix OSPI boot for J722S"
Prasanth Babu Mantena <p-mantena@ti.com> says:
This series fixes OSPI boot for J722S. It contains fixes for DMSC
communication, R5 regmap for ospi and dma specific overrides for ospi.
Test log: https://gist.github.com/PrasanthBabuMantena/ad469dd09ab7263f85f87dadda46c86d
Link: https://lore.kernel.org/r/20241218131341.2073823-1-p-mantena@ti.com
Diffstat (limited to 'drivers/mailbox/k3-sec-proxy.c')
-rw-r--r-- | drivers/mailbox/k3-sec-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/k3-sec-proxy.c b/drivers/mailbox/k3-sec-proxy.c index 5eafe46fd4d..6f5ad37919f 100644 --- a/drivers/mailbox/k3-sec-proxy.c +++ b/drivers/mailbox/k3-sec-proxy.c @@ -408,7 +408,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, 20, 21, 22, 23 }; +static const u32 am6x_valid_threads[] = { 0, 1, 4, 5, 6, 7, 8, 9, 11, 12, 13, 20, 21, 22, 23, 28, 29 }; static const struct k3_sec_proxy_desc am654_desc = { .thread_count = 90, |