diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-12 18:51:45 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-01-12 18:51:45 +0000 |
commit | 6184b5de953d0e792f6d33176d1e68689e199ec5 (patch) | |
tree | dda04d21a5c9db17eef9532f0cbcec8d645eb8ee /target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch | |
parent | 188021a18c27dc529e94a2d6ee39a7e5f222db60 (diff) |
brcm74xx: fix patch for BCM4706 CPUs
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch b/target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch index 91d99025c5..e30c454398 100644 --- a/target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch +++ b/target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch @@ -30,9 +30,9 @@ Signed-off-by: David S. Miller <davem@davemloft.net> #include <linux/ssb/ssb.h> #include <linux/ssb/ssb_embedded.h> #include <linux/bcma/bcma_soc.h> -@@ -230,6 +233,12 @@ void __init plat_mem_setup(void) - mips_set_machine_name(bcm47xx_board_get_name()); +@@ -255,6 +258,12 @@ static int __init bcm47xx_cpu_fixes(void } + arch_initcall(bcm47xx_cpu_fixes); +static struct fixed_phy_status bcm47xx_fixed_phy_status __initdata = { + .link = 1, @@ -43,7 +43,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> static int __init bcm47xx_register_bus_complete(void) { switch (bcm47xx_bus_type) { -@@ -252,6 +261,7 @@ static int __init bcm47xx_register_bus_c +@@ -269,6 +278,7 @@ static int __init bcm47xx_register_bus_c break; #endif } |