1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192135

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