aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-02-04 23:32:01 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-02-04 23:32:01 +0000
commit7e030364412f90713c37819ed75b85cace1e371f (patch)
tree49a79f8349e8f6a1f6afc83dea3c9929f0f68a72 /target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
parent70b0dad63ae30eadc21ad49e0c55b1636210a2a2 (diff)
downloadupstream-7e030364412f90713c37819ed75b85cace1e371f.tar.gz
upstream-7e030364412f90713c37819ed75b85cace1e371f.tar.bz2
upstream-7e030364412f90713c37819ed75b85cace1e371f.zip
brcm47xx: new patch adding arch workarounds.c
It was recently sent to linux-mips for comments. It adds workaround for WNR3500L to enable USB port. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch b/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
index 92a565f65e..7880ec8c36 100644
--- a/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
+++ b/target/linux/brcm47xx/patches-3.10/830-huawei_e970_support.patch
@@ -42,9 +42,9 @@
static int __init bcm47xx_register_bus_complete(void)
{
switch (bcm47xx_bus_type) {
-@@ -284,6 +312,7 @@ static int __init bcm47xx_register_bus_c
- bcm47xx_buttons_register();
+@@ -285,6 +313,7 @@ static int __init bcm47xx_register_bus_c
bcm47xx_leds_register();
+ bcm47xx_workarounds();
fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status);
+ bcm47xx_register_gpio_watchdog();