aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.9
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-10-13 10:22:41 +0200
committerRafał Miłecki <rafal@milecki.pl>2017-10-13 13:54:22 +0200
commit2cd32a3304cd52411da2dfac6db429efcad74ac8 (patch)
treeaa47d9c3ee421f14df8b9fd7a27e0a852110058c /target/linux/generic/hack-4.9
parent878456caf60dc5016a63e2ebd3dfe6b233f67b81 (diff)
downloadupstream-2cd32a3304cd52411da2dfac6db429efcad74ac8.tar.gz
upstream-2cd32a3304cd52411da2dfac6db429efcad74ac8.tar.bz2
upstream-2cd32a3304cd52411da2dfac6db429efcad74ac8.zip
kernel: add fix for bgmac with B50212E B1 PHY
This PHY requires some extra programming to work reliably with all devices. Backport upstream fix for it. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/generic/hack-4.9')
-rw-r--r--target/linux/generic/hack-4.9/773-bgmac-add-srab-switch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-4.9/773-bgmac-add-srab-switch.patch b/target/linux/generic/hack-4.9/773-bgmac-add-srab-switch.patch
index c865177c2a..e6ad0a51dc 100644
--- a/target/linux/generic/hack-4.9/773-bgmac-add-srab-switch.patch
+++ b/target/linux/generic/hack-4.9/773-bgmac-add-srab-switch.patch
@@ -14,7 +14,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
--- a/drivers/net/ethernet/broadcom/bgmac-bcma.c
+++ b/drivers/net/ethernet/broadcom/bgmac-bcma.c
-@@ -230,6 +230,7 @@ static int bgmac_probe(struct bcma_devic
+@@ -236,6 +236,7 @@ static int bgmac_probe(struct bcma_devic
bgmac->feature_flags |= BGMAC_FEAT_CLKCTLST;
bgmac->feature_flags |= BGMAC_FEAT_NO_RESET;
bgmac->feature_flags |= BGMAC_FEAT_FORCE_SPEED_2500;