How can we use SSP3? imx28 Evk board with Linux 2.6.35 Kernel

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can we use SSP3? imx28 Evk board with Linux 2.6.35 Kernel

1,031 Views
somanath_rudrak
Contributor I

Hi!

I am using imx28 Evk board (TQMa28  SOM with MBa28 STK ) with Linux 2.6.35 Kernel

I am able to used ssp2 & creating /dev/spidev1.0

But I am not able to creating /dev/spidev2.0 for SSP3

How can we use SSP3? How to create device file /dev/spidev2.0 for SSP3?

Thanks in advance!

Somanath Rudrakshala

Labels (5)
0 Kudos
3 Replies

697 Views
art
NXP Employee
NXP Employee

Assuming the original L2.6.35 FSL Linux BSP, you first have to appropriately configure the IOMUX module to enable SSP3 functionality on the AUART4 pins. For more information on the IOMUX driver, please refer to the Section 3.4 of attached i.MX28 EVK Linux Reference Manual document.

Then, you have to add the SPI driver for the SSP3 interface. For more information, refer to the Chapter 21 of attached document.

The TQMa28 Support Wiki also would be helpful:

http://support.tq-group.com/doku.php?id=en:arm:tqma28:linux:overview


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

697 Views
somanath_rudrak
Contributor I

I have tried with all But still SSP3 is not working.

already done changes specified in iMX28 SPI multipble Chip select

0 Kudos

697 Views
art
NXP Employee
NXP Employee

Have you disabled the AUART4 driver? If not, it may cause the pin conflict.

0 Kudos