X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fpatches-2.6.35%2F200-extended-platform-devices.patch;h=388e5716acbf688afa54fa65348ee1c07b54d967;hb=f47a07dfda28621e1dde6666b359d209a8096a1e;hp=ebff6d1ba930b128e060d414fd7440b79cf9209f;hpb=e212aad78afecbe74a153ff8be0edff236004a8f;p=openwrt.git 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 {