Commit 394ae0d
net: cadence: macb: enable EEE for Raspberry Pi RP1
commit 92ba330 upstream
Set MACB_CAPS_EEE for the Raspberry Pi 5 RP1 southbridge
(Cadence GEM_GXL rev 0x00070109 paired with BCM54213PE PHY).
EEE has been verified on RP1 hardware: the LPI counter registers
at 0x270-0x27c return valid data, the TXLPIEN bit in NCR (bit 19)
controls LPI transmission correctly, and ethtool --show-eee reports
the negotiated state after link-up.
Other GEM variants that share the same LPI register layout (SAMA5D2,
SAME70, PIC32CZ) can be enabled by adding MACB_CAPS_EEE to their
respective config entries once tested.
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Reviewed-by: Théo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: Nicolai Buchwitz <nb@tipi-net.de>1 parent 218eed3 commit 394ae0d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5732 | 5732 | | |
5733 | 5733 | | |
5734 | 5734 | | |
5735 | | - | |
| 5735 | + | |
| 5736 | + | |
5736 | 5737 | | |
5737 | 5738 | | |
5738 | 5739 | | |
| |||
0 commit comments