Forum Discussion
Altera_Forum
Honored Contributor
11 years agoAlso: I overlooked error: kernel: spi_master spi0: problem registering spi master
This can be fixed by using the entries for spi0 and spi1 from the kernel socfpga.dtsi, hps_0_spim0: spi@0xfff00000 { ... tx-dma-channel = <&hps_0_dma 16>; rx-dma-channel = <&hps_0_dma 17>; } ... hps_0_spim1: spi@0xfff01000 { ... bus-num = < 1 >; tx-dma-channel = <&hps_0_dma 20>; rx-dma-channel = <&hps_0_dma 21>; }