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

bcm63xx: replace SPI driver with latest upstream version

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo
2012-03-28 20:42:25 +00:00
parent 9bb8c69134
commit 769a390d81
25 changed files with 1342 additions and 944 deletions

View File

@@ -1,8 +1,8 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -924,6 +924,9 @@ int __init board_register_devices(void)
}
#endif
@@ -927,6 +927,9 @@ int __init board_register_devices(void)
bcm63xx_spi_register();
+ if (board.num_devs)
+ platform_add_devices(board.devs, board.num_devs);