|
29 | 29 | #define PHY_ID_AQR113 0x31c31c40
|
30 | 30 | #define PHY_ID_AQR113C 0x31c31c12
|
31 | 31 | #define PHY_ID_AQR114C 0x31c31c22
|
| 32 | +#define PHY_ID_AQR115C 0x31c31c33 |
32 | 33 | #define PHY_ID_AQR813 0x31c31cb2
|
33 | 34 |
|
34 | 35 | #define MDIO_PHYXS_VEND_IF_STATUS 0xe812
|
@@ -1005,6 +1006,30 @@ static struct phy_driver aqr_driver[] = {
|
1005 | 1006 | .led_hw_control_get = aqr_phy_led_hw_control_get,
|
1006 | 1007 | .led_polarity_set = aqr_phy_led_polarity_set,
|
1007 | 1008 | },
|
| 1009 | +{ |
| 1010 | + PHY_ID_MATCH_MODEL(PHY_ID_AQR115C), |
| 1011 | + .name = "Aquantia AQR115C", |
| 1012 | + .probe = aqr107_probe, |
| 1013 | + .get_rate_matching = aqr107_get_rate_matching, |
| 1014 | + .config_init = aqr113c_config_init, |
| 1015 | + .config_aneg = aqr_config_aneg, |
| 1016 | + .config_intr = aqr_config_intr, |
| 1017 | + .handle_interrupt = aqr_handle_interrupt, |
| 1018 | + .read_status = aqr107_read_status, |
| 1019 | + .get_tunable = aqr107_get_tunable, |
| 1020 | + .set_tunable = aqr107_set_tunable, |
| 1021 | + .suspend = aqr107_suspend, |
| 1022 | + .resume = aqr107_resume, |
| 1023 | + .get_sset_count = aqr107_get_sset_count, |
| 1024 | + .get_strings = aqr107_get_strings, |
| 1025 | + .get_stats = aqr107_get_stats, |
| 1026 | + .link_change_notify = aqr107_link_change_notify, |
| 1027 | + .led_brightness_set = aqr_phy_led_brightness_set, |
| 1028 | + .led_hw_is_supported = aqr_phy_led_hw_is_supported, |
| 1029 | + .led_hw_control_set = aqr_phy_led_hw_control_set, |
| 1030 | + .led_hw_control_get = aqr_phy_led_hw_control_get, |
| 1031 | + .led_polarity_set = aqr_phy_led_polarity_set, |
| 1032 | +}, |
1008 | 1033 | {
|
1009 | 1034 | PHY_ID_MATCH_MODEL(PHY_ID_AQR813),
|
1010 | 1035 | .name = "Aquantia AQR813",
|
@@ -1048,6 +1073,7 @@ static struct mdio_device_id __maybe_unused aqr_tbl[] = {
|
1048 | 1073 | { PHY_ID_MATCH_MODEL(PHY_ID_AQR113) },
|
1049 | 1074 | { PHY_ID_MATCH_MODEL(PHY_ID_AQR113C) },
|
1050 | 1075 | { PHY_ID_MATCH_MODEL(PHY_ID_AQR114C) },
|
| 1076 | + { PHY_ID_MATCH_MODEL(PHY_ID_AQR115C) }, |
1051 | 1077 | { PHY_ID_MATCH_MODEL(PHY_ID_AQR813) },
|
1052 | 1078 | { }
|
1053 | 1079 | };
|
|
0 commit comments