1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[brcm63xx] fix some SPI register definitions and platform-device registration code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14787 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2009-03-08 12:13:52 +00:00
parent 128eb3aeef
commit a5c53df418
4 changed files with 26 additions and 20 deletions

View File

@@ -396,7 +396,7 @@ switch (reg) {
case SPI_MSG_DATA:
return SPI_BCM_6358_SPI_MSG_DATA;
case SPI_RX_DATA:
return SPI_BCM_6358_SPI_RX_FIFO;
return SPI_BCM_6358_SPI_RX_DATA;
}
#endif
#endif