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

bcm63xx: add basic bcm6362 support

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32923 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jogo
2012-07-31 14:27:42 +00:00
parent 5292fd0ba0
commit 43ec5beeff
18 changed files with 1008 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ Subject: [PATCH 69/80] MIPS: BCM63XX: pass caldata info to flash
};
static struct spi_board_info bcm63xx_spi_flash_info[] = {
@@ -130,10 +134,13 @@ static int __init bcm63xx_detect_flash_t
@@ -142,10 +146,13 @@ static int __init bcm63xx_detect_flash_t
return 0;
}