aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-10-17 14:08:34 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-10-17 14:08:34 +0000
commit292e6071e41a4ca9048b9a2795d6176ae9c3987e (patch)
tree2d8e481634388c4087bc3fb01af955274a303f30 /target/linux
parent4179897a6d48bed4baf487b98678c04be934cfc9 (diff)
downloadupstream-292e6071e41a4ca9048b9a2795d6176ae9c3987e.tar.gz
upstream-292e6071e41a4ca9048b9a2795d6176ae9c3987e.tar.bz2
upstream-292e6071e41a4ca9048b9a2795d6176ae9c3987e.zip
[brcm63xx] register earlier extended platform devices
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23497 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/brcm63xx/patches-2.6.35/200-extended-platform-devices.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/200-extended-platform-devices.patch b/target/linux/brcm63xx/patches-2.6.35/200-extended-platform-devices.patch
index ebff6d1ba9..388e5716ac 100644
--- a/target/linux/brcm63xx/patches-2.6.35/200-extended-platform-devices.patch
+++ b/target/linux/brcm63xx/patches-2.6.35/200-extended-platform-devices.patch
@@ -1,15 +1,15 @@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -1051,5 +1051,9 @@ int __init board_register_devices(void)
- platform_device_register(&bcm63xx_gpio_buttons_device);
- }
+@@ -1017,6 +1017,9 @@ int __init board_register_devices(void)
+ if (board.has_udc0)
+ bcm63xx_udc_register();
-+ if (board.num_devs) {
++ if (board.num_devs)
+ platform_add_devices(board.devs, board.num_devs);
-+ }
+
- return 0;
- }
+ /* read base address of boot chip select (0) */
+ if (BCMCPU_IS_6345())
+ val = 0x1fc00000;
--- a/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -61,6 +61,10 @@ struct board_info {