Skip to content

Commit 74e4264

Browse files
Hans-Frieder Vogtkuba-moo
authored andcommitted
net: phy: aquantia: add probe function to aqr105 for firmware loading
Re-use the AQR107 probe function to load the firmware on the AQR105 (and to probe the HWMON). Signed-off-by: Hans-Frieder Vogt <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 43564f0 commit 74e4264

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/phy/aquantia/aquantia_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,7 @@ static struct phy_driver aqr_driver[] = {
912912
PHY_ID_MATCH_MODEL(PHY_ID_AQR105),
913913
.name = "Aquantia AQR105",
914914
.config_aneg = aqr_config_aneg,
915+
.probe = aqr107_probe,
915916
.config_intr = aqr_config_intr,
916917
.handle_interrupt = aqr_handle_interrupt,
917918
.read_status = aqr_read_status,

0 commit comments

Comments
 (0)