This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: TDA4 with SJA1105 issue

Part Number: TDA4VM

Hi experts,

I am using the TDA4 with SJA1105 (SPI port) and my device tree is here.

k3-j721e.zip

I found the SPI_CS0(AA24) SPI_CLK(Y25) worked BUT the MOSI(ball AA26) signal was not detected (NO SIGNAL).

My linux SDK is 08_00_00_08 and my rtos SDK is 08_00_00_12.

I've deleted all pinmux about the ball AA26 defined in RTOS SDK.

Here is my connection:

I've followed the suggestion https://e2e.ti.com/support/processors/f/791/t/947437 and I got spi3 in the rootfs:/sys/class/spi_master

root@j7-evm:/sys/class/spi_master# ls -l
total 0
lrwxrwxrwx 1 root root 0 Sep 2 18:01 spi3 -> ../../devices/platform/bus@100000/2130000.spi/spi_master/spi3

Thanks,