X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e7f71400f7c467033d0a3b26de6b385909908d9c..b40bc2899b2e399c07e4b0b1dda0f9cfcb9c8b5a:/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch diff --git a/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch b/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch index 170b55916..c17f85b84 100644 --- a/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch +++ b/target/linux/brcm63xx/patches-2.6.33/200-extended-platform-devices.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -995,6 +995,10 @@ int __init board_register_devices(void) +@@ -1030,6 +1030,10 @@ int __init board_register_devices(void) platform_device_register(&bcm63xx_gpio_buttons_device); } @@ -15,8 +15,8 @@ +++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h @@ -59,6 +59,10 @@ struct board_info { - /* Reset button */ - struct gpio_button reset_buttons[1]; + /* Buttons */ + struct gpio_button buttons[2]; + + /* Additional platform devices */ + struct platform_device **devs;