diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 21:46:17 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-24 17:45:54 +0100 |
commit | 25b422a0412d88345c911875fd4413c46c913d4e (patch) | |
tree | 74339fb2ca8a7aa94d2530295df9a459ab77ba7f /target/linux/octeontx | |
parent | f0df0d6a1472d8d3692998de6b42bd17287d04e9 (diff) | |
download | upstream-25b422a0412d88345c911875fd4413c46c913d4e.tar.gz upstream-25b422a0412d88345c911875fd4413c46c913d4e.tar.bz2 upstream-25b422a0412d88345c911875fd4413c46c913d4e.zip |
kernel: bump 4.14 to 4.14.160
Refreshed all patches.
Compile-tested on: ipq40xx, apm821xx
Runtime-tested on: ipq40xx
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; |