* [PATCH] board: ti: am65x: Do not disable SA2UL in DT
@ 2022-07-13 16:12 Andrew Davis
2022-07-13 18:21 ` Tom Rini
2022-07-25 21:22 ` Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Davis @ 2022-07-13 16:12 UTC (permalink / raw)
To: Simon Glass, Tom Rini, u-boot; +Cc: Andrew Davis
This is no longer needed as the SA2UL can now be shared with Linux.
Leave the SA2UL DT node enabled.
Signed-off-by: Andrew Davis <afd@ti.com>
---
board/ti/am65x/evm.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/board/ti/am65x/evm.c b/board/ti/am65x/evm.c
index 7182a8cad1..8a0a506a3e 100644
--- a/board/ti/am65x/evm.c
+++ b/board/ti/am65x/evm.c
@@ -115,16 +115,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
return ret;
}
-#if defined(CONFIG_TI_SECURE_DEVICE)
- /* Make Crypto HW reserved for secure world use */
- ret = fdt_disable_node(blob, "/bus@100000/crypto@4e00000");
- if (ret < 0)
- ret = fdt_disable_node(blob,
- "/interconnect@100000/crypto@4E00000");
- if (ret)
- printf("%s: disabling SA2UL failed %d\n", __func__, ret);
-#endif
-
return 0;
}
#endif
--
2.36.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] board: ti: am65x: Do not disable SA2UL in DT
2022-07-13 16:12 [PATCH] board: ti: am65x: Do not disable SA2UL in DT Andrew Davis
@ 2022-07-13 18:21 ` Tom Rini
2022-07-25 21:22 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-07-13 18:21 UTC (permalink / raw)
To: Andrew Davis; +Cc: Simon Glass, u-boot
[-- Attachment #1: Type: text/plain, Size: 278 bytes --]
On Wed, Jul 13, 2022 at 11:12:48AM -0500, Andrew Davis wrote:
> This is no longer needed as the SA2UL can now be shared with Linux.
> Leave the SA2UL DT node enabled.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] board: ti: am65x: Do not disable SA2UL in DT
2022-07-13 16:12 [PATCH] board: ti: am65x: Do not disable SA2UL in DT Andrew Davis
2022-07-13 18:21 ` Tom Rini
@ 2022-07-25 21:22 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2022-07-25 21:22 UTC (permalink / raw)
To: Andrew Davis; +Cc: Simon Glass, u-boot
[-- Attachment #1: Type: text/plain, Size: 315 bytes --]
On Wed, Jul 13, 2022 at 11:12:48AM -0500, Andrew Davis wrote:
> This is no longer needed as the SA2UL can now be shared with Linux.
> Leave the SA2UL DT node enabled.
>
> Signed-off-by: Andrew Davis <afd@ti.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-25 21:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-13 16:12 [PATCH] board: ti: am65x: Do not disable SA2UL in DT Andrew Davis
2022-07-13 18:21 ` Tom Rini
2022-07-25 21:22 ` Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.