kernel: generic: refresh patch
722-net-phy-aquantia-Add-AQR113-driver-support.patch needs refresh. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
236c3ea730
commit
215c78eef5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Add a new entry for AQR113 PHY_ID
|
||||||
#define PHY_ID_AQCS109 0x03a1b5c2
|
#define PHY_ID_AQCS109 0x03a1b5c2
|
||||||
#define PHY_ID_AQR405 0x03a1b4b0
|
#define PHY_ID_AQR405 0x03a1b4b0
|
||||||
@@ -817,6 +818,14 @@ static struct phy_driver aqr_driver[] =
|
@@ -817,6 +818,14 @@ static struct phy_driver aqr_driver[] =
|
||||||
.read_status = aqr_read_status,
|
.read_status = aqr107_read_status,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
+ PHY_ID_MATCH_MODEL(PHY_ID_AQR113),
|
+ PHY_ID_MATCH_MODEL(PHY_ID_AQR113),
|
||||||
|
|
Loading…
Reference in a new issue