net: phy: realtek: Modify 2.5G PHY name to RTL8226
authorWilly Liu <willy.liu@realtek.com>
Wed, 30 Sep 2020 06:48:58 +0000 (14:48 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2020 01:49:47 +0000 (18:49 -0700)
commit7a333af6b1a78955d0bf363e9eb1c722f48227b6
tree7a35ad66002f69bd0cde4da8d36e151cc762fe91
parentf1638a4c7940716b74448cc2f4a15fa43b82eeca
net: phy: realtek: Modify 2.5G PHY name to RTL8226

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 <willy.liu@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/realtek.c