diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-01-31 00:57:17 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2022-01-31 00:58:02 +0100 |
commit | 840f07e532e081befc2465fd16a0388dd95e55fb (patch) | |
tree | 75ec6be5af89fd86f214cfe27404299040d2d170 /target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch | |
parent | a11e9fd1d5b511eeaec2c1e024d2adb33d9f16c5 (diff) | |
download | upstream-840f07e532e081befc2465fd16a0388dd95e55fb.tar.gz upstream-840f07e532e081befc2465fd16a0388dd95e55fb.tar.bz2 upstream-840f07e532e081befc2465fd16a0388dd95e55fb.zip |
bcm4908: backport bcm_sf2 patch for better LED registers support
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch')
-rw-r--r-- | target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch b/target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch index c9e4c67376..d9d972c9cd 100644 --- a/target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch +++ b/target/linux/bcm4908/patches-5.4/700-net-dsa-bcm_sf2-enable-GPHY-for-switch-probing.patch @@ -29,7 +29,7 @@ Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- a/drivers/net/dsa/bcm_sf2.c +++ b/drivers/net/dsa/bcm_sf2.c -@@ -1321,10 +1321,14 @@ static int bcm_sf2_sw_probe(struct platf +@@ -1363,10 +1363,14 @@ static int bcm_sf2_sw_probe(struct platf rev = reg_readl(priv, REG_PHY_REVISION); priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK; |