Fix name for driver to assign to the SPI device.

This commit is contained in:
imp 2009-05-15 04:49:20 +00:00
parent 1af8842f56
commit 51a3dd3d05

View File

@ -409,7 +409,7 @@ struct cpu_devs at91rm9200_devs[] =
AT91RM92_IRQ_SSC2
},
{
"at91_spi", 0,
"spi", 0,
AT91RM92_BASE + AT91RM92_SPI_BASE, AT91RM92_SPI_SIZE,
AT91RM92_IRQ_SPI
},