diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-10-18 19:49:54 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-10-18 19:49:54 +0000 |
commit | 4701c8448b657871b8692fbb172bae8c64c0cf12 (patch) | |
tree | 5bca67d07bad6354a1ddc61ac6172915c3ec738d /target/linux | |
parent | 3cf8112104d082ec6be98c58f312be174555ef56 (diff) | |
download | upstream-4701c8448b657871b8692fbb172bae8c64c0cf12.tar.gz upstream-4701c8448b657871b8692fbb172bae8c64c0cf12.tar.bz2 upstream-4701c8448b657871b8692fbb172bae8c64c0cf12.zip |
[brcm63xx] fix platform_devices registration
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23517 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/240-spi.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/240-spi.patch b/target/linux/brcm63xx/patches-2.6.35/240-spi.patch index 4661486bb1..ed35e36893 100644 --- a/target/linux/brcm63xx/patches-2.6.35/240-spi.patch +++ b/target/linux/brcm63xx/patches-2.6.35/240-spi.patch @@ -982,13 +982,13 @@ #include <board_bcm963xx.h> #define PFX "board_bcm963xx: " -@@ -1489,6 +1490,9 @@ void __init board_prom_init(void) - - bcm_gpio_writel(val, GPIO_MODE_REG); +@@ -1596,6 +1597,9 @@ int __init board_register_devices(void) + if (board.num_spis) + spi_register_board_info(board.spis, board.num_spis); + if (!BCMCPU_IS_6345()) + bcm63xx_spi_register(); + - /* Generate MAC address for WLAN and - * register our SPROM */ - #ifdef CONFIG_SSB_PCIHOST + /* read base address of boot chip select (0) */ + if (BCMCPU_IS_6345()) + val = 0x1fc00000; |