brcm47xx: add new led and button support
[openwrt.git] / target / linux / brcm47xx / patches-3.10 / 830-huawei_e970_support.patch
index 2ea0917..92a565f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/arch/mips/bcm47xx/setup.c
 +++ b/arch/mips/bcm47xx/setup.c
-@@ -34,6 +34,7 @@
+@@ -36,6 +36,7 @@
  #include <linux/ssb/ssb.h>
  #include <linux/ssb/ssb_embedded.h>
  #include <linux/bcma/bcma_soc.h>
@@ -8,7 +8,7 @@
  #include <asm/bootinfo.h>
  #include <asm/prom.h>
  #include <asm/reboot.h>
-@@ -239,6 +240,33 @@ static struct fixed_phy_status bcm47xx_f
+@@ -266,6 +267,33 @@ static struct fixed_phy_status bcm47xx_f
        .duplex = DUPLEX_FULL,
  };
  
  static int __init bcm47xx_register_bus_complete(void)
  {
        switch (bcm47xx_bus_type) {
-@@ -262,6 +290,8 @@ static int __init bcm47xx_register_bus_c
- #endif
-       }
+@@ -284,6 +312,7 @@ static int __init bcm47xx_register_bus_c
+       bcm47xx_buttons_register();
+       bcm47xx_leds_register();
        fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status);
 +      bcm47xx_register_gpio_watchdog();
-+
        return 0;
  }
- device_initcall(bcm47xx_register_bus_complete);
 --- a/arch/mips/configs/bcm47xx_defconfig
 +++ b/arch/mips/configs/bcm47xx_defconfig
 @@ -379,6 +379,7 @@ CONFIG_THERMAL=y