[PATCH v10 08/15] board: ti: j784s4: Add board support for J784S4 EVM

2024-02-23 Thread Apurva Nandan
Add board files for J784S4 EVM. SYS_DISABLE_DCACHE_OPS is selected in the Kconfig because J784S4/AM69 are a coherent architecture at A72 level by MSMC support. Signed-off-by: Hari Nagalla Signed-off-by: Dasnavis Sabiya Signed-off-by: Apurva Nandan Reviewed-by: Tom Rini --- arch/arm/mach-k3/K

Re: [PATCH v10 08/15] board: ti: j784s4: Add board support for J784S4 EVM

2024-02-25 Thread Tom Rini
On Sat, Feb 24, 2024 at 01:51:46AM +0530, Apurva Nandan wrote: > Add board files for J784S4 EVM. > > SYS_DISABLE_DCACHE_OPS is selected in the Kconfig because > J784S4/AM69 are a coherent architecture at A72 level by > MSMC support. > > Signed-off-by: Hari Nagalla > Signed-off-by: Dasnavis Sabi