setting up the SPI Linux driver on the iMX53 Quick Start

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

setting up the SPI Linux driver on the iMX53 Quick Start

947 次查看
Cymro
Contributor I

Hopefully I have not overlooked an earlier post that address this question. On the iMX53 quick start board I'm trying to use the SPI interface. Via the ltib GUI I'm building into the kernel the mxcc_spi, spi_bitbang and spidev drivers. I've had them both statically linked and loaded as a kernel module with same result. In each case there are no device entries created in /dev. From other checks it seems the device drivers are being manually loaded or are being statically linked OK into the kernel. Am I wrong to think that the /dev entries should be automatically created based on the SPI configuration info which I believe I've entered correctly? I tried to progress by manually adding these /dev entries via command such as
mknod -m 666 /dev/spi c 153 32
However in trying to use the /dev/spi device I'm getting an error.


I'm wondering if there is an IOMUX issues. I don't seem to see where the IOMUX configuration goes. I was thinking that the lower level mxc_spi would take care of the IOMUX configuration but this could be a major oversight on my part. Could someone outline the basic steps needed to get an SPI interface working on an iMX53 using one of the CSPI channels. I'm OK about the various details about the SPI protocol itself, just need the steps to get a /dev/spi entry.


Thanks

标记 (1)
0 项奖励
1 回复

405 次查看
fabio_estevam
NXP Employee
NXP Employee

Please take a look at arch/arm/mach-mx5/mx53_ard.c for an example of SPI usage.

 

Regards,

 

Fabio Estevam

0 项奖励