Fix name for driver to assign to the SPI device.

This commit is contained in:
Warner Losh 2009-05-15 04:49:20 +00:00
parent 42eb41087c
commit 940672949e

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
},