From: "Kumar, Udit" <u-kumar1@ti.com>
To: Prasanth Babu Mantena <p-mantena@ti.com>, <trini@konsulko.com>,
<sjg@chromium.org>, <alpernebiyasak@gmail.com>
Cc: <u-boot@lists.denx.de>, <vigneshr@ti.com>, <n-francis@ti.com>,
<vaishnav.a@ti.com>, <s-k6@ti.com>, <u-kumar1@ti.com>
Subject: Re: [PATCH 1/4] mailbox: k3-sec-proxy: Add DM to DMSC communication thread for J722S
Date: Tue, 10 Dec 2024 21:01:06 +0530 [thread overview]
Message-ID: <c5514e5e-e86b-4360-8600-7e1dc94cd453@ti.com> (raw)
In-Reply-To: <20241210135731.1043269-2-p-mantena@ti.com>
On 12/10/2024 7:27 PM, Prasanth Babu Mantena wrote:
> From: Vaishnav Achath <vaishnav.a@ti.com>
>
> J722S R5 SPL uses sec-proxy threads 28 and 29 for communication with
> TIFS. Mark these as valid threads in the driver.
Please mention doc link also,
Also is this only for R5 SPL
> Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com>
> Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
> ---
> drivers/mailbox/k3-sec-proxy.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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,
next prev parent reply other threads:[~2024-12-10 15:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-10 13:57 [PATCH 0/4] Fix OSPI boot for J722S Prasanth Babu Mantena
2024-12-10 13:57 ` [PATCH 1/4] mailbox: k3-sec-proxy: Add DM to DMSC communication thread " Prasanth Babu Mantena
2024-12-10 15:31 ` Kumar, Udit [this message]
2024-12-18 12:53 ` Prasanth Mantena
2024-12-10 13:57 ` [PATCH 2/4] arm: dts: k3-j722s-r5-evm: Fix DM2TIFS secproxy thread ID Prasanth Babu Mantena
2024-12-10 15:32 ` Kumar, Udit
2024-12-10 13:57 ` [PATCH 3/4] arm: mach-k3: j722_spl: Add FAST XSPI boot mode Prasanth Babu Mantena
2024-12-10 13:57 ` [PATCH 4/4] arm: dts: k3-j722s*: Add overrides specific to OSPI Prasanth Babu Mantena
2024-12-10 15:38 ` Kumar, Udit
2024-12-10 14:58 ` [PATCH 0/4] Fix OSPI boot for J722S Kumar, Udit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c5514e5e-e86b-4360-8600-7e1dc94cd453@ti.com \
--to=u-kumar1@ti.com \
--cc=alpernebiyasak@gmail.com \
--cc=n-francis@ti.com \
--cc=p-mantena@ti.com \
--cc=s-k6@ti.com \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vaishnav.a@ti.com \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox