summaryrefslogtreecommitdiff
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@hauke-m.de>2014-01-12 18:51:45 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-01-12 18:51:45 +0000
commit7d654de0389b3a6357ad65d7c820c3e60cf40eb6 (patch)
tree1e4b8b9fb6eda692933550bce5a751c743a4d5bc /target/linux/brcm47xx/patches-3.10/208-b44-use-fixed-PHY-device-if-we-do-not-find-any.patch
parente58584104483c6d06f6b7be5bb45b5493e4c77c0 (diff)
downloadmtk-20170518-7d654de0389b3a6357ad65d7c820c3e60cf40eb6.zip
mtk-20170518-7d654de0389b3a6357ad65d7c820c3e60cf40eb6.tar.gz
mtk-20170518-7d654de0389b3a6357ad65d7c820c3e60cf40eb6.tar.bz2
brcm74xx: fix patch for BCM4706 CPUs
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39250
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 91d9902..e30c454 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
}