aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-08-08 23:05:24 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-08-08 23:05:24 +0000
commit18974e386b6703f228a0f45c43d6d5e9f1dab359 (patch)
tree708e1eaee96600613bd41b5a47d0fe3a8b03f15f /target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch
parent33a0a7cdde19c5891905f6c38be19c701dbc4627 (diff)
downloadupstream-18974e386b6703f228a0f45c43d6d5e9f1dab359.tar.gz
upstream-18974e386b6703f228a0f45c43d6d5e9f1dab359.tar.bz2
upstream-18974e386b6703f228a0f45c43d6d5e9f1dab359.zip
brcm47xx: fix reboot problem on BCM4705/BCM4785
This adds some code based on code from the Broadcom GPL tar to fix the reboot problems on BCM4705/BCM4785. I tried rebooting my device for ~10 times and have never seen a problem. This reverts the changes in the previous commit and adds the real fix as suggested by RafaƂ. Setting bit 22 in Reg 22, sel 4 puts the BIU (Bus Interface Unit) into async mode. backport of: r42083 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42086 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch
index 3e1543b7f5..622ac2993b 100644
--- a/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch
+++ b/target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch
@@ -22,7 +22,7 @@ Acked-by: Rafa? Mi?ecki <zajec5@gmail.com>
#include <bcm47xx.h>
#include <bcm47xx_nvram.h>
#include <bcm47xx_board.h>
-@@ -231,6 +232,31 @@ void __init plat_mem_setup(void)
+@@ -240,6 +241,31 @@ void __init plat_mem_setup(void)
mips_set_machine_name(bcm47xx_board_get_name());
}