The patch to support Aquantia AQR107 in LS1043A

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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.

标签 (1)
附件
评论

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 ?

无评分
版本历史
最后更新:
‎07-10-2016 09:47 PM
更新人: