2
0
forked from Ivasoft/openwrt

brcm47xx: fix cpu wait for BCM4706

This was called to early.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 39167
This commit is contained in:
Hauke Mehrtens
2013-12-26 23:30:10 +00:00
parent 961d5b4453
commit 8c085f647b
3 changed files with 18 additions and 19 deletions

View File

@@ -8,7 +8,7 @@
#include <asm/bootinfo.h>
#include <asm/prom.h>
#include <asm/reboot.h>
@@ -248,6 +249,33 @@ static struct fixed_phy_status bcm47xx_f
@@ -239,6 +240,33 @@ static struct fixed_phy_status bcm47xx_f
.duplex = DUPLEX_FULL,
};
@@ -42,7 +42,7 @@
static int __init bcm47xx_register_bus_complete(void)
{
switch (bcm47xx_bus_type) {
@@ -263,6 +291,8 @@ static int __init bcm47xx_register_bus_c
@@ -262,6 +290,8 @@ static int __init bcm47xx_register_bus_c
#endif
}
fixed_phy_add(PHY_POLL, 0, &bcm47xx_fixed_phy_status);