diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-10-13 14:06:18 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-10-13 14:14:45 +0200 |
commit | 8ad1b09c6dcff814eb04084ef349f975025b7dc1 (patch) | |
tree | 24368f22198ecc488057f2a71ffca9c6913979f3 /target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch | |
parent | c1023c8075b0590390020d65fd077b908cefad63 (diff) | |
download | upstream-8ad1b09c6dcff814eb04084ef349f975025b7dc1.tar.gz upstream-8ad1b09c6dcff814eb04084ef349f975025b7dc1.tar.bz2 upstream-8ad1b09c6dcff814eb04084ef349f975025b7dc1.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/patches-4.4/773-bgmac-add-srab-switch.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch b/target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch index 5e358c38c1..b3cb087235 100644 --- a/target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch +++ b/target/linux/generic/patches-4.4/773-bgmac-add-srab-switch.patch @@ -78,7 +78,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> struct bgmac *bgmac_alloc(struct device *dev); --- 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; |