On 02.09.2019 04:07, Florian Fainelli wrote: > > > On 8/8/2019 1:24 PM, Heiner Kallweit wrote: >> On 08.08.2019 22:20, Andrew Lunn wrote: >>>> I have a contact in Realtek who provided the information about >>>> the vendor-specific registers used in the patch. I also asked for >>>> a method to auto-detect 2.5Gbps support but have no feedback so far. >>>> What may contribute to the problem is that also the integrated 1Gbps >>>> PHY's (all with the same PHY ID) differ significantly from each other, >>>> depending on the network chip version. >>> >>> Hi Heiner >>> >>> Some of the PHYs embedded in Marvell switches have an OUI, but no >>> product ID. We work around this brokenness by trapping the reads to >>> the ID registers in the MDIO bus controller driver and inserting the >>> switch product ID. The Marvell PHY driver then recognises these IDs >>> and does the right thing. >>> >>> Maybe you can do something similar here? >>> >> Yes, this would be an idea. Let me check. > > Since this is an integrated PHY you could have the MAC driver pass a > specific phydev->dev_flag bit that indicates that this is RTL8215, since > I am assuming that PCI IDs for those different chipsets do have to be > allocated, right? > Hi Florian,
thanks for the feedback. In the meantime Realtek provided a method to identify NBaseT-capable PHY's, and the respective match_phy_device callback implementations had been done in 5181b473d64e ("net: phy: realtek: add NBase-T PHY auto-detection"). Heiner