diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-24 14:36:38 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-25 15:51:43 +0100 |
commit | d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df (patch) | |
tree | f2011ccb0a4416e51301661ef7f9eac0b495b37a /target/linux/octeontx | |
parent | f80272dd9c40dae4aeff38fa5c7132a0f5fc198c (diff) | |
download | upstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.tar.gz upstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.tar.bz2 upstream-d13c6d078e97f97ea06b0c5a66de5d4a87d9b6df.zip |
kernel: bump 4.14 to 4.14.160
Refreshed all patches.
Compile-tested on: ipq40xx, ath79
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; |