Hi,
Yes, you need to specify irq.
On my code:
{
.modalias = "mrf24j40", //jpb
//.platform_data // not need
.irq = OMAP_GPIO_IRQ(AM335XEVM_MRF24J40_IRQ_GPIO),
.max_speed_hz = 1200,
.bus_num = 2,
.chip_select = 0,
Hi,
I am trying to get an MRF24J40MA up and running on a Raspberry Pi.
So far, I have a 3.6 kernel and modules compiled with the latest linux-zigbee
changes (including the mrf24jm40 driver) backported to 3.6. CONFIG_SPI is set
and offers the devices /dev/spidev0.0 and /dev/spidev0.1. I have tes