aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-08-06 20:33:42 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-08-06 20:33:42 +0000
commit5138aa203ee761847a56143eb3ab6136df36ae51 (patch)
treebae059cac499f1f20a75563a9377d8567342b97d /target/linux/brcm63xx/files/arch/mips/bcm63xx/boards
parente8ce7fab52dd5ca07e75d42ad4add53585784f12 (diff)
downloadupstream-5138aa203ee761847a56143eb3ab6136df36ae51.tar.gz
upstream-5138aa203ee761847a56143eb3ab6136df36ae51.tar.bz2
upstream-5138aa203ee761847a56143eb3ab6136df36ae51.zip
bcm6345 fixes from AndyI
SVN-Revision: 17153
Diffstat (limited to 'target/linux/brcm63xx/files/arch/mips/bcm63xx/boards')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
index c61438e366..4551ef613d 100644
--- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -789,7 +789,9 @@ int __init board_register_devices(void)
bcm63xx_uart_register();
bcm63xx_wdt_register();
- bcm63xx_spi_register();
+
+ if (!BCMCPU_IS_6345())
+ bcm63xx_spi_register();
if (board.has_pccard)
bcm63xx_pcmcia_register();