mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-12 18:00:00 +01:00
|
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
The MAC can get PHY abilities, link status, etc. via different ways. In RTL931x, the corresponding register needs to be setup properly. By default, all ports use out-of-band MDIO polling to retrieve that information. Thus, PHY-backed ports usually work with the default setting. For SFP ports, there is no MDIO polling available. Instead, the SerDes ability bus needs to be used to retrieve the link information. So far, the bootloader (e.g. U-boot) had to properly initialize that setting. Instead of relying on that, do that properly during MAC setup. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21351 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files/firmware/rtl838x_phy | ||
| files-6.12 | ||
| image | ||
| patches-6.12 | ||
| profiles | ||
| rtl838x | ||
| rtl839x | ||
| rtl930x | ||
| rtl930x_nand | ||
| rtl931x | ||
| rtl931x_nand | ||
| Makefile | ||