]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: macb: add gigabit implementation for fixed-link
authorChristian DREHER <christian.dreher@nanoxplore.com>
Tue, 28 Apr 2026 18:04:08 +0000 (20:04 +0200)
committerJerome Forissier <jerome.forissier@arm.com>
Wed, 6 May 2026 09:07:22 +0000 (11:07 +0200)
commit9717831e293708a8e4dcba0eaa40cd3b6afe78f6
treec963a72f16b20a319d1743e8e34bb57f1e6f3579
parentd7fe1f4333a50b4a87fad1a22fae4524bba874f3
net: macb: add gigabit implementation for fixed-link

A fixed gigabit link on a non-gigabit controller is only rejected
during PHY init (even though there is no PHY to init), because, on
device-tree parsing, the controller is not probed, and it is still
unknown whether it is gigabit-capable.

This code was only tested on emulator with a full-duplex RGMII
interface, but is expected to work in GMII or half-duplex as well.

Signed-off-by: Christian DREHER <christian.dreher@nanoxplore.com>
drivers/net/macb.c