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
@@ -28,9 +28,13 @@
#include <bcm63xx_dev_dsp.h>
@@ -29,9 +29,13 @@
#include <bcm63xx_dev_pcmcia.h>
#include <bcm63xx_dev_spi.h>
#include <board_bcm963xx.h>
+#include <bcm_tag.h>
@@ -14,7 +14,7 @@
static struct bcm963xx_nvram nvram;
static unsigned int mac_addr_used;
static struct board_info board;
@@ -721,6 +725,29 @@ static int board_get_mac_address(u8 *mac
@@ -722,6 +726,29 @@ static int board_get_mac_address(u8 *mac
return 0;
}
@@ -44,7 +44,7 @@
/*
* early init callback, read nvram data from flash and checksum it
*/
@@ -762,6 +789,11 @@ void __init board_prom_init(void)
@@ -763,6 +790,11 @@ void __init board_prom_init(void)
return;
}