The attached patch is to support Aquantia AQR107 in LS1043A.
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 ?