mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
net: dsa: realtek: rtl8365mb: add support for RTL8367SB
Add chip info entry for the Realtek RTL8367SB switch. This device has chip ID 0x6367 and version 0x0010. It exposes two external interfaces: port 6 supports MII, TMII, RMII, RGMII, SGMII and HSGMII, while port 7 supports MII, TMII, RMII and RGMII. Use the existing 8365MB-VC jam table for initialization. Reviewed-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com> Link: https://patch.msgid.link/3c6d822b-0e85-4173-86ba-2badb140bbf1@yahoo.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
34c78dff59
commit
28702a215c
|
|
@ -544,6 +544,20 @@ static const struct rtl8365mb_chip_info rtl8365mb_chip_infos[] = {
|
|||
.jam_table = rtl8365mb_init_jam_8365mb_vc,
|
||||
.jam_size = ARRAY_SIZE(rtl8365mb_init_jam_8365mb_vc),
|
||||
},
|
||||
{
|
||||
.name = "RTL8367SB",
|
||||
.chip_id = 0x6367,
|
||||
.chip_ver = 0x0010,
|
||||
.extints = {
|
||||
{ 6, 1, PHY_INTF(MII) | PHY_INTF(TMII) |
|
||||
PHY_INTF(RMII) | PHY_INTF(RGMII) |
|
||||
PHY_INTF(SGMII) | PHY_INTF(HSGMII) },
|
||||
{ 7, 2, PHY_INTF(MII) | PHY_INTF(TMII) |
|
||||
PHY_INTF(RMII) | PHY_INTF(RGMII) },
|
||||
},
|
||||
.jam_table = rtl8365mb_init_jam_8365mb_vc,
|
||||
.jam_size = ARRAY_SIZE(rtl8365mb_init_jam_8365mb_vc),
|
||||
},
|
||||
{
|
||||
.name = "RTL8367RB-VB",
|
||||
.chip_id = 0x6367,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user