aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-07-31 21:42:59 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-07-31 21:42:59 +0000
commit7a4fa1b0a7cedac12015168572aed39f263e2964 (patch)
tree4bb25fece82600f1e66ddc129e3552a44347e7a4 /target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch
parent5d8eab8ae2cdbc6e4bafeb003e5ae98616da7044 (diff)
downloadmaster-187ad058-7a4fa1b0a7cedac12015168572aed39f263e2964.tar.gz
master-187ad058-7a4fa1b0a7cedac12015168572aed39f263e2964.tar.bz2
master-187ad058-7a4fa1b0a7cedac12015168572aed39f263e2964.zip
brcm47xx: 3.14: update MIPS patches with versions sent upstream
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41911 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch b/target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch
new file mode 100644
index 0000000000..551c0fff72
--- /dev/null
+++ b/target/linux/brcm47xx/patches-3.14/144-make-reboot-more-reliable.patch
@@ -0,0 +1,17 @@
+--- a/arch/mips/bcm47xx/setup.c
++++ b/arch/mips/bcm47xx/setup.c
+@@ -59,12 +59,12 @@ static void bcm47xx_machine_restart(char
+ switch (bcm47xx_bus_type) {
+ #ifdef CONFIG_BCM47XX_SSB
+ case BCM47XX_BUS_TYPE_SSB:
+- ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1);
++ ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 3);
+ break;
+ #endif
+ #ifdef CONFIG_BCM47XX_BCMA
+ case BCM47XX_BUS_TYPE_BCMA:
+- bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1);
++ bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 3);
+ break;
+ #endif
+ }