]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae3892e71daf54509e077d3926066b05e75f8e8e
tree7a35ad66002f69bd0cde4da8d36e151cc762fe91
parent6c36eac1810ef011d20b91b357947cf9ee96713a
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