You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
INAGAKI Hiroshi 8f3b176e86 kernel: rtl8367b: fix external interface modes
The interface mode number of RGMII_33V is 7 on RTL8367, but it's 9 on
RTL8367B.

the external interface modes for RTL8367 are follows:

- 0, Disabled
- 1, RGMII
- 2, MII_MAC
- 3, MII_PHY
- 4, TMII_MAC
- 5, TMII_PHY
- 6, GMII
- 7, RGMII_33V

the external interface modes for RTL8367B are follows:

- 0, Disabled
- 1, RGMII
- 2, MII_MAC
- 3, MII_PHY
- 4, TMII_MAC
- 5, TMII_PHY
- 6, GMII
- 7, RMII_MAC
- 8, RMII_PHY
- 9, RGMII_33V

But the driver in U-Boot of RT-N56U GPL tar blocks using RGMII_33V (9)
mode and it seems to be unsupported on RTL8367B, so drop it from
switch-case in rtl8367b_extif_set_mode.

ref (RTL8367):

- TL-WR2453ND v1

ref (RTL8367B):

- ASUS RT-N56U
- TP-Link Archer C2 v1

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
4 years ago
..
b53 kernel: b53: fix compilation with kernels 5.5+ 4 years ago
adm6996.c generic: make all phy drivers kernel 5.0 compatible 4 years ago
adm6996.h treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
ar8216.c generic: ar8216: fix unknown packet flooding for ar8229/ar8236 4 years ago
ar8216.h generic: ar8216: fix unknown packet flooding for ar8229/ar8236 4 years ago
ar8327.c generic ar8xxx: increase VLAN table for AR83x7 5 years ago
ar8327.h kernel: ar83xx: Add support for three GMAC's connection 6 years ago
ip17xx.c ip17xx: correct aneg_done return value 7 years ago
mvsw61xx.c kernel: add mv88e61xx switch port-mirroring support 6 years ago
mvsw61xx.h kernel: add mv88e61xx switch port-mirroring support 6 years ago
mvswitch.c generic: make all phy drivers kernel 5.0 compatible 4 years ago
mvswitch.h treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
psb6970.c generic: make all phy drivers kernel 5.0 compatible 4 years ago
rtl8306.c generic: drop outdated kernel version switches in local drivers 4 years ago
rtl8366_smi.c generic: drop outdated kernel version switches in local drivers 4 years ago
rtl8366_smi.h kernel: rtl8366-smi: add Realtek switch management via mii-bus 6 years ago
rtl8366rb.c generic: rtl836x: support defered probe on mdio-bus 6 years ago
rtl8366s.c generic: rtl836x: support defered probe on mdio-bus 6 years ago
rtl8367.c generic: rtl836x: support defered probe on mdio-bus 6 years ago
rtl8367b.c kernel: rtl8367b: fix external interface modes 4 years ago
swconfig.c generic: drop outdated kernel version switches in local drivers 4 years ago
swconfig_leds.c kernel: Make the patches apply on top of 4.19 6 years ago