openwrt/target/linux
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>
2020-06-11 21:50:01 +08:00
..
apm821xx apm821xx: move device definitions to subfiles 2020-06-11 01:44:13 +02:00
ar71xx ar71xx: correct button type for TL-MR3020 mode slider 2020-05-31 15:53:01 +02:00
arc770 treewide: provide consistent basic DEVICE_TYPE 2020-06-03 15:41:09 +02:00
archs38 treewide: provide consistent basic DEVICE_TYPE 2020-06-03 15:41:09 +02:00
armvirt
at91 treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
ath25
ath79 treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
bcm27xx kernel: bump 5.4 to 5.4.45 2020-06-09 16:59:33 +02:00
bcm47xx bcm47xx: fix brcm-wl module loading 2020-06-03 16:49:28 +02:00
bcm53xx kernel: bump 5.4 to 5.4.45 2020-06-09 16:59:33 +02:00
bcm63xx bcm63xx: switch to upstream NAND patches 2020-06-11 09:07:04 +02:00
cns3xxx
gemini treewide: drop DEVICE_TYPE when used as device variable 2020-06-03 15:41:09 +02:00
generic kernel: rtl8367b: fix external interface modes 2020-06-11 21:50:01 +08:00
imx6 kernel: bump 5.4 to 5.4.45 2020-06-09 16:59:33 +02:00
ipq40xx
ipq806x ipq806x: enable disk-activity LED trigger 2020-06-03 16:49:28 +02:00
ipq807x
kirkwood treewide: drop DEVICE_TYPE when used as device variable 2020-06-03 15:41:09 +02:00
lantiq
layerscape treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
malta malta: add missing symbols for kernel 5.4 2020-06-03 10:50:01 +01:00
mediatek kernel: bump 5.4 to 5.4.45 2020-06-09 16:59:33 +02:00
mpc85xx
mvebu treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
mxs
octeon
octeontx kernel: bump 5.4 to 5.4.45 2020-06-09 16:59:33 +02:00
omap
oxnas treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
pistachio
ramips ramips: fix port display for D-Link DIR-810L 2020-06-11 10:21:17 +02:00
rb532
rockchip treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
samsung
sunxi treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
tegra
uml
x86 treewide: simplify inclusion of subtarget image files 2020-06-11 01:44:13 +02:00
zynq
Makefile