Other Parts Discussed in Thread: AM62A3, AM625
Tool/software:
Hi TI,
Refer to below page:
I see the need to add some configs in dts.
On my AM62A3 board, I have already enabled main_spi0, and it works fine. But the cpuload is very high(100%/400% for 4 cpu core).
So, I want to enable DMA mode of main_spi0 to check the cpuload can reduced or not.
Is it the same configs as AM625(k3-am625-sk.dts)?
+ dmas = <&main_pktdma 0xc300 0>, <&main_pktdma 0x4300 0>;
+ dma-names = "tx0", "rx0";
And, if enabled DMA, do this help reduce CPU load?
Thanks.
Tao