diff options
Diffstat (limited to 'target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch')
-rw-r--r-- | target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch b/target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch index d47e7bad50..58f4fef456 100644 --- a/target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch +++ b/target/linux/realtek/patches-5.10/704-include-linux-add-phy-hsgmii-mode.patch @@ -1,14 +1,14 @@ --- a/include/linux/phy.h +++ b/include/linux/phy.h -@@ -133,6 +133,7 @@ typedef enum { +@@ -134,6 +134,7 @@ typedef enum { PHY_INTERFACE_MODE_XGMII, PHY_INTERFACE_MODE_XLGMII, PHY_INTERFACE_MODE_MOCA, + PHY_INTERFACE_MODE_HSGMII, PHY_INTERFACE_MODE_QSGMII, PHY_INTERFACE_MODE_TRGMII, - PHY_INTERFACE_MODE_1000BASEX, -@@ -199,6 +200,8 @@ static inline const char *phy_modes(phy_ + PHY_INTERFACE_MODE_100BASEX, +@@ -201,6 +202,8 @@ static inline const char *phy_modes(phy_ return "xlgmii"; case PHY_INTERFACE_MODE_MOCA: return "moca"; |