The patch to support Aquantia AQR107 in LS1043A

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

The patch to support Aquantia AQR107 in LS1043A

The patch to support Aquantia AQR107 in LS1043A

The attached patch is to support Aquantia AQR107 in LS1043A.

Labels (1)
Attachments
Comments

Does any support for Aquantia AQR108 in LS1043A ? 

Should be add below patch, but I don't know AQR108's device id.

Need to check spec.

+
+struct phy_driver aqr108_driver = {
+ .name = "Aquantia AQR108",
+ .uid = 0x3a1????,  <- Need to check spec
+ .mask = 0xfffffff0,
+ .features = PHY_10G_FEATURES,
+ .mmds = (MDIO_MMD_PMAPMD | MDIO_MMD_PCS|
+   MDIO_MMD_PHYXS | MDIO_MMD_AN |
+   MDIO_MMD_VEND1),
+ .config = &aquantia_config,
+ .startup = &aquantia_startup,
+ .shutdown = &gen10g_shutdown,
+};
+
 int phy_aquantia_init(void)
 {
  phy_register(&aq1202_driver);
  phy_register(&aq2104_driver);
  phy_register(&aqr105_driver);
+ phy_register(&aqr108_driver);
 
  return 0;
 }

Thanks a lot! We have the datasheet of AQC108 ethernet controll with PCI express. Unfortunately, we can't find out any information about the .uid. Any keyword we can use to know the correct uid ?

No ratings
Version history
Last update:
‎07-10-2016 09:47 PM
Updated by: