diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-08-08 22:52:28 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-08-08 22:52:28 +0000 |
commit | e066704d3e014a2db099a429143eceb409e2fc60 (patch) | |
tree | 3c76b6bc12ef9b154783fb38fd57f9ef96d39af1 /target/linux/brcm47xx/patches-3.10/170-fix-74k-cpu.patch | |
parent | 0b329786582410e2463cfaf10d83323bb5fd0bae (diff) | |
download | upstream-e066704d3e014a2db099a429143eceb409e2fc60.tar.gz upstream-e066704d3e014a2db099a429143eceb409e2fc60.tar.bz2 upstream-e066704d3e014a2db099a429143eceb409e2fc60.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.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42083 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.patch | 2 |
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 b5ff08467a..2cdd887a18 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> -@@ -234,6 +235,31 @@ void __init plat_mem_setup(void) +@@ -243,6 +244,31 @@ void __init plat_mem_setup(void) mips_set_machine_name(bcm47xx_board_get_name()); } |