diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-25 17:56:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-26 14:02:24 +0100 |
commit | c280710d7a09fb2fbc14c937a1195917fa19f826 (patch) | |
tree | d925b07f7b7428ea955a9e729d138299cfd8bc9d /target/linux/octeontx | |
parent | 27dddb67c0cfedc86c4ccfea6c50ed5f1cf3894d (diff) | |
download | upstream-c280710d7a09fb2fbc14c937a1195917fa19f826.tar.gz upstream-c280710d7a09fb2fbc14c937a1195917fa19f826.tar.bz2 upstream-c280710d7a09fb2fbc14c937a1195917fa19f826.zip |
kernel: bump 4.14 to 4.14.160
Refreshed all patches.
Compile-tested on: ipq40xx
Runtime-tested on: none
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/octeontx')
-rw-r--r-- | target/linux/octeontx/patches-4.14/0001-net-thunderx-add-support-for-rgmii-internal-delay-mo.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeontx/patches-4.14/0001-net-thunderx-add-support-for-rgmii-internal-delay-mo.patch b/target/linux/octeontx/patches-4.14/0001-net-thunderx-add-support-for-rgmii-internal-delay-mo.patch index efd13da5ec..cf0f96dce3 100644 --- a/target/linux/octeontx/patches-4.14/0001-net-thunderx-add-support-for-rgmii-internal-delay-mo.patch +++ b/target/linux/octeontx/patches-4.14/0001-net-thunderx-add-support-for-rgmii-internal-delay-mo.patch @@ -51,7 +51,7 @@ Signed-off-by: Tim Harvey <tharvey@gateworks.com> + lmac->lmac_type))) return -ENODEV; - phy_start_aneg(lmac->phydev); + phy_start(lmac->phydev); @@ -1287,6 +1289,8 @@ static int bgx_init_of_phy(struct bgx *b bgx->lmac[lmac].lmacid = lmac; |