Commit 48575b6e authored by Nicolai Buchwitz's avatar Nicolai Buchwitz Committed by Jakub Kicinski
Browse files

net: cadence: macb: enable EEE for Mobileye EyeQ5



Set MACB_CAPS_EEE for the Mobileye EyeQ5 GEM instance. EEE has been
verified on EyeQ5 hardware using a loopback setup with ethtool
--show-eee confirming EEE active on both ends at 100baseT/Full and
1000baseT/Full.

Tested-by: default avatarThéo Lebrun <theo.lebrun@bootlin.com>
Signed-off-by: default avatarNicolai Buchwitz <nb@tipi-net.de>
Link: https://patch.msgid.link/20260304105432.631186-6-nb@tipi-net.de


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 92ba3307
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5526,7 +5526,7 @@ static const struct macb_config versal_config = {
static const struct macb_config eyeq5_config = {
	.caps = MACB_CAPS_GIGABIT_MODE_AVAILABLE | MACB_CAPS_JUMBO |
		MACB_CAPS_GEM_HAS_PTP | MACB_CAPS_QUEUE_DISABLE |
		MACB_CAPS_NO_LSO,
		MACB_CAPS_NO_LSO | MACB_CAPS_EEE,
	.dma_burst_length = 16,
	.clk_init = macb_clk_init,
	.init = eyeq5_init,