Re: [U-Boot] [PATCH] board: ti: am654: Disable TRNG node for HS devices

2019-10-05 Thread Tom Rini
On Tue, Sep 17, 2019 at 05:15:40PM -0400, Andrew F. Davis wrote: > On HS devices the access to TRNG is restricted on the non-secure > ARM side, disable the node in DT to prevent firewall violations. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Lokesh Vutla Applied to u-boot/master,

Re: [U-Boot] [PATCH] board: ti: am654: Disable TRNG node for HS devices

2019-09-17 Thread Lokesh Vutla
On 18/09/19 2:45 AM, Andrew F. Davis wrote: > On HS devices the access to TRNG is restricted on the non-secure > ARM side, disable the node in DT to prevent firewall violations. > > Signed-off-by: Andrew F. Davis Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh > --- >

[U-Boot] [PATCH] board: ti: am654: Disable TRNG node for HS devices

2019-09-17 Thread Andrew F. Davis
On HS devices the access to TRNG is restricted on the non-secure ARM side, disable the node in DT to prevent firewall violations. Signed-off-by: Andrew F. Davis --- arch/arm/mach-k3/common.c | 20 arch/arm/mach-k3/include/mach/sys_proto.h | 2 ++