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.
openwrt/target/linux/generic
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
..
backport-4.14 kernel: bump 4.14 to 4.14.180 4 years ago
backport-4.19 kernel: bump 4.19 to 4.19.122 4 years ago
backport-5.4 kernel: backport upstream DSA GRO support 4 years ago
files kernel: rtl8367b: fix external interface modes 4 years ago
hack-4.14 kernel: bump 4.14 to 4.14.180 4 years ago
hack-4.19 kernel: bump 4.19 to 4.19.122 4 years ago
hack-5.4 kernel: fix portability issue with perf on linux 5.4 4 years ago
image treewide: replace nbd@openwrt.org with nbd@nbd.name 8 years ago
other-files kernel: move initramfs's init script out of base-files 7 years ago
pending-4.14 kernel: bump 4.14 to 4.14.180 4 years ago
pending-4.19 kernel: bump 4.19 to 4.19.123 4 years ago
pending-5.4 kernel: bump 5.4 to 5.4.45 4 years ago
PATCHES kernel: update PATCHES with a stricter policy 11 years ago
config-4.14 linux/generic: remove obsolete config option LEDS_TRIGGER_IDE_DISK 4 years ago
config-4.19 linux/generic: remove obsolete config option LEDS_TRIGGER_IDE_DISK 4 years ago
config-5.4 linux/generic: remove obsolete config option LEDS_TRIGGER_IDE_DISK 4 years ago