Re: [PATCH net v1] net: phy: realtek: Modify 2.5G PHY name to RTL8226
From: David Miller <davem@davemloft.net>
Date: 2020-10-02 01:50:25
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2020-10-02 01:50:25
Also in:
lkml
From: Willy Liu <redacted> Date: Wed, 30 Sep 2020 14:48:58 +0800
Realtek single-chip Ethernet PHY solutions can be separated as below: 10M/100Mbps: RTL8201X 1Gbps: RTL8211X 2.5Gbps: RTL8226/RTL8221X RTL8226 is the first version for realtek that compatible 2.5Gbps single PHY. Since RTL8226 is single port only, realtek changes its name to RTL8221B from the second version. PHY ID for RTL8226 is 0x001cc800 and RTL8226B/RTL8221B is 0x001cc840. RTL8125 is not a single PHY solution, it integrates PHY/MAC/PCIE bus controller and embedded memory. Signed-off-by: Willy Liu <redacted>
Applied to net-next as this is just renaming rather than a functional change.