aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2014-01-12 18:51:45 +0000
committerHauke Mehrtens <hauke@openwrt.org>2014-01-12 18:51:45 +0000
commit1b5902d16c83b89f4eb8b4037555d0cd64e71f63 (patch)
treedda04d21a5c9db17eef9532f0cbcec8d645eb8ee /target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch
parentb26aeffe76854b683b28273108c97d560138cef7 (diff)
downloadmaster-187ad058-1b5902d16c83b89f4eb8b4037555d0cd64e71f63.tar.gz
master-187ad058-1b5902d16c83b89f4eb8b4037555d0cd64e71f63.tar.bz2
master-187ad058-1b5902d16c83b89f4eb8b4037555d0cd64e71f63.zip
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.patch6
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
}