forked from Ivasoft/openwrt
generic: Convert incorrect generic/5.15 patches again
OpenWrt's developer guide prefers having actual patches so they an be sent upstream more easily. However, in the case of hack-5.15 patches which are not meant for upstream, adding proper fields allows for `git am` to properly function. This commit tries to rectify that, by digging in the history to find where and how it was first added. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
committed by
Daniel Golle
parent
c3549b9319
commit
de0ed4ffbf
@@ -1,3 +1,20 @@
|
||||
From f5d43ddd334b7c32fcaed9ba46afbd85cb467f1f Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Golle <daniel@makrotopia.org>
|
||||
Date: Sun, 19 Mar 2023 12:56:28 +0000
|
||||
Subject: [PATCH] net: ethernet: mtk_eth_soc: add support for MT7981 SoC
|
||||
|
||||
The MediaTek MT7981 SoC comes with two 1G/2.5G SGMII ports, just like
|
||||
MT7986.
|
||||
|
||||
In addition MT7981 is equipped with a built-in 1000Base-T PHY which can
|
||||
be used with GMAC1.
|
||||
|
||||
As many MT7981 boards make use of inverting SGMII signal polarity, add
|
||||
new device-tree attribute 'mediatek,pn_swap' to support them.
|
||||
|
||||
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
||||
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
||||
|
||||
--- a/drivers/net/ethernet/mediatek/mtk_eth_path.c
|
||||
+++ b/drivers/net/ethernet/mediatek/mtk_eth_path.c
|
||||
@@ -96,12 +96,20 @@ static int set_mux_gmac2_gmac0_to_gephy(
|
||||
|
||||
Reference in New Issue
Block a user